Html Css Color HEX #B91118 Venetian Red

📋 copy color: '#B91118'

red 185 ◦ green 17 ◦ blue 24

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

Shades of Venetian Red #B91118

Tints of Venetian Red #B91118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

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

R = 81.86%
G = 7.52%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B91118 (or 0xB91118) is known color: Venetian Red. HEX triplet: B9, 11 and 18. RGB value is (185,17,24). Sum of RGB (Red+Green+Blue) = 185+17+24=226 (29% of max value = 765). Red value is 185 (72.66% from 255 or 81.86% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 185 - color contains mainly: red. Hex color #B91118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91118 is #46EEE7. Grayscale: #444444. Windows color (decimal): -4648680 or 1577401. OLE color: 1577401.

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

Color convert

RGB 185 17 24 -
CMYK 0 0.91 0.87 0.27
HSL 357.5º 0.83% 0.4% -
HSV(B) 357.5º 0.91% 0.73% -
XYZ 20.37 10.78 1.87 -
YUV 68.03 103.16 211.43 -
System Red Green Blue C M Y K H S L
Decimal 185 17 24 0 0.91 0.87 0.27 357.5 0.83 0.4
Hex B9 11 18 0 5B 57 1B 166 53 28
Octal 271 21 30 0 133 127 33 546 123 50
Binary 10111001 10001 11000 0 1011011 1010111 11011 101100110 1010011 101000

Color Harmonies of #B91118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91118

Black with #B91118

Text Example


Text Example

White with #B91118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91118; }

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

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

background-color css

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

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

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

border-color css

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

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

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