Html Css Color HEX #B91418 Venetian Red

📋 copy color: '#B91418'

red 185 ◦ green 20 ◦ blue 24

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

Shades of Venetian Red #B91418

Tints of Venetian Red #B91418

RGB

 RED value IS 185 (72.66% from 255) = 80.79%

 GREEN value IS 20 (8.2% from 255) = 8.73%

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

R = 80.79%
G = 8.73%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B91418 (or 0xB91418) is known color: Venetian Red. HEX triplet: B9, 14 and 18. RGB value is (185,20,24). Sum of RGB (Red+Green+Blue) = 185+20+24=229 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.79% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 185 - color contains mainly: red. Hex color #B91418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91418 is #46EBE7. Grayscale: #454545. Windows color (decimal): -4647912 or 1578169. OLE color: 1578169.

HSL color Cylindrical-coordinate representation of color #B91418: hue angle of 358.55º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91418 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 20 24 -
CMYK 0 0.89 0.87 0.27
HSL 358.55º 0.8% 0.4% -
HSV(B) 358.55º 0.89% 0.73% -
XYZ 20.42 10.88 1.89 -
YUV 69.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 185 20 24 0 0.89 0.87 0.27 358.55 0.8 0.4
Hex B9 14 18 0 59 57 1B 167 50 28
Octal 271 24 30 0 131 127 33 547 120 50
Binary 10111001 10100 11000 0 1011001 1010111 11011 101100111 1010000 101000

Color Harmonies of #B91418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91418

Black with #B91418

Text Example


Text Example

White with #B91418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91418; }

 p { color: rgb(185,20,24); }

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

background-color css

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

 a { background-color: rgb(185,20,24); }

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

border-color css

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

 span { border-color: rgb(185,20,24); }

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