Html Css Color HEX #B20C18 Venetian Red

📋 copy color: '#B20C18'

red 178 ◦ green 12 ◦ blue 24

#B20C18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #B20C18

Tints of Venetian Red #B20C18

RGB

 RED value IS 178 (69.92% from 255) = 83.18%

 GREEN value IS 12 (5.08% from 255) = 5.61%

 BLUE value IS 24 (9.77% from 255) = 11.21%

R = 83.18%
G = 5.61%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B20C18 (or 0xB20C18) is known color: Venetian Red. HEX triplet: B2, 0C and 18. RGB value is (178,12,24). Sum of RGB (Red+Green+Blue) = 178+12+24=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20C18 is #4DF3E7. Grayscale: #3F3F3F. Windows color (decimal): -5108712 or 1576114. OLE color: 1576114.

HSL color Cylindrical-coordinate representation of color #B20C18: hue angle of 355.66º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C18 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 12 24 -
CMYK 0 0.93 0.87 0.30
HSL 355.66º 0.87% 0.37% -
HSV(B) 355.66º 0.93% 0.7% -
XYZ 18.66 9.79 1.77 -
YUV 63 106 210.02 -
System Red Green Blue C M Y K H S L
Decimal 178 12 24 0 0.93 0.87 0.30 355.66 0.87 0.37
Hex B2 C 18 0 5D 57 1E 164 57 25
Octal 262 14 30 0 135 127 36 544 127 45
Binary 10110010 1100 11000 0 1011101 1010111 11110 101100100 1010111 100101

Color Harmonies of #B20C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C18

Black with #B20C18

Text Example


Text Example

White with #B20C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C18; }

 p { color: rgb(178,12,24); }

 H1.HeaderClassName
 {
   color: #B20C18;
 }
 .AnyTagClassName
 {
   color: #B20C18;
 }
</style>

background-color css

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

 a { background-color: rgb(178,12,24); }

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

border-color css

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

 span { border-color: rgb(178,12,24); }

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