Html Css Color HEX #B80917 Venetian Red

📋 copy color: '#B80917'

red 184 ◦ green 9 ◦ blue 23

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

Shades of Venetian Red #B80917

Tints of Venetian Red #B80917

RGB

 RED value IS 184 (72.27% from 255) = 85.19%

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

 BLUE value IS 23 (9.38% from 255) = 10.65%

R = 85.19%
G = 4.17%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B80917 (or 0xB80917) is known color: Venetian Red. HEX triplet: B8, 09 and 17. RGB value is (184,9,23). Sum of RGB (Red+Green+Blue) = 184+9+23=216 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.19% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 184 - color contains mainly: red. Hex color #B80917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80917 is #47F6E8. Grayscale: #3F3F3F. Windows color (decimal): -4716265 or 1509816. OLE color: 1509816.

HSL color Cylindrical-coordinate representation of color #B80917: hue angle of 355.2º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80917 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 9 23 -
CMYK 0 0.95 0.88 0.28
HSL 355.2º 0.91% 0.38% -
HSV(B) 355.2º 0.95% 0.72% -
XYZ 20.02 10.45 1.77 -
YUV 62.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 184 9 23 0 0.95 0.88 0.28 355.2 0.91 0.38
Hex B8 9 17 0 5F 58 1C 163 5B 26
Octal 270 11 27 0 137 130 34 543 133 46
Binary 10111000 1001 10111 0 1011111 1011000 11100 101100011 1011011 100110

Color Harmonies of #B80917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80917

Black with #B80917

Text Example


Text Example

White with #B80917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80917; }

 p { color: rgb(184,9,23); }

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

background-color css

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

 a { background-color: rgb(184,9,23); }

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

border-color css

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

 span { border-color: rgb(184,9,23); }

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