Html Css Color HEX #B20912 Venetian Red

📋 copy color: '#B20912'

red 178 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #B20912

Tints of Venetian Red #B20912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.39%

 BLUE value IS 18 (7.42% from 255) = 8.78%

R = 86.83%
G = 4.39%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B20912 (or 0xB20912) is known color: Venetian Red. HEX triplet: B2, 09 and 12. RGB value is (178,9,18). Sum of RGB (Red+Green+Blue) = 178+9+18=205 (27% of max value = 765). Red value is 178 (69.92% from 255 or 86.83% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 178 - color contains mainly: red. Hex color #B20912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20912 is #4DF6ED. Grayscale: #3C3C3C. Windows color (decimal): -5109486 or 1182130. OLE color: 1182130.

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

Color convert

RGB 178 9 18 -
CMYK 0 0.95 0.90 0.30
HSL 356.8º 0.9% 0.37% -
HSV(B) 356.8º 0.95% 0.7% -
XYZ 18.57 9.7 1.47 -
YUV 60.56 103.99 211.77 -
System Red Green Blue C M Y K H S L
Decimal 178 9 18 0 0.95 0.90 0.30 356.8 0.9 0.37
Hex B2 9 12 0 5F 5A 1E 165 5A 25
Octal 262 11 22 0 137 132 36 545 132 45
Binary 10110010 1001 10010 0 1011111 1011010 11110 101100101 1011010 100101

Color Harmonies of #B20912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20912

Black with #B20912

Text Example


Text Example

White with #B20912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20912; }

 p { color: rgb(178,9,18); }

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

background-color css

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

 a { background-color: rgb(178,9,18); }

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

border-color css

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

 span { border-color: rgb(178,9,18); }

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