Html Css Color HEX #B20E18 Venetian Red

📋 copy color: '#B20E18'

red 178 ◦ green 14 ◦ blue 24

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

Shades of Venetian Red #B20E18

Tints of Venetian Red #B20E18

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.48%

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

R = 82.41%
G = 6.48%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B20E18 (or 0xB20E18) is known color: Venetian Red. HEX triplet: B2, 0E and 18. RGB value is (178,14,24). Sum of RGB (Red+Green+Blue) = 178+14+24=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20E18 is #4DF1E7. Grayscale: #404040. Windows color (decimal): -5108200 or 1576626. OLE color: 1576626.

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

Color convert

RGB 178 14 24 -
CMYK 0 0.92 0.87 0.30
HSL 356.34º 0.85% 0.38% -
HSV(B) 356.34º 0.92% 0.7% -
XYZ 18.68 9.85 1.78 -
YUV 64.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 178 14 24 0 0.92 0.87 0.30 356.34 0.85 0.38
Hex B2 E 18 0 5C 57 1E 164 55 26
Octal 262 16 30 0 134 127 36 544 125 46
Binary 10110010 1110 11000 0 1011100 1010111 11110 101100100 1010101 100110

Color Harmonies of #B20E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E18

Black with #B20E18

Text Example


Text Example

White with #B20E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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