#B50724

Color #B50724 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B50724

Tints of Venetian Red #B50724

Color information

#B50724 (or 0xB50724) is unknown color: approx Venetian Red. HEX triplet: B5, 07 and 24. RGB value is (181,7,36). Sum of RGB (Red+Green+Blue) = 181+7+36=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B50724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50724 is #4AF8DB. Grayscale: #3E3E3E. Windows color (decimal): -4913372 or 2361269. OLE color: 2361269.

HSL color Cylindrical-coordinate representation of color #B50724: hue angle of 350º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50724 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB181736-
CMYK00.960.800.29
HSL350º92.55%36.86%-
HSV(B)350º96.13%70.98%-
XYZ19.4510.12.59-
YUV62.33113.15212.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 80.80%
GREEN value IS 7 (3.12% from 255) = 3.12%
BLUE value IS 36 (14.45% from 255) = 16.07%
R=80.80%
G=3.12%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18173600.960.800.2935092.5536.86
HexB5724060501D15e5d25
Octal26574401401203553613545
Binary10110101111100100011000001010000111011010111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50724; }

 p { color: rgb(181,7,36); }

 H1.HeaderClassName
 {
   color: #B50724;
 }
 .AnyTagClassName
 {
   color: #B50724;
 }
</style>
background-color css

<style>
 a { background-color: #B50724; }

 a { background-color: rgb(181,7,36); }

 div.DivClassName
 {
   background-color: #B50724;
 }
 .BgClassName
 {
   background-color: #B50724;
 }
</style>
border-color css

<style>
 span { border-color: #B50724; }

 span { border-color: rgb(181,7,36); }

 td.TdClassName
 {
   border-color: #B50724;
 }
 .TagClassName
 {
   border-color: #B50724;
 }
</style>