Html Css Color HEX #B80417 Venetian Red

📋 copy color: '#B80417'

red 184 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #B80417

Tints of Venetian Red #B80417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 87.2%
G = 1.9%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B80417 (or 0xB80417) is known color: Venetian Red. HEX triplet: B8, 04 and 17. RGB value is (184,4,23). Sum of RGB (Red+Green+Blue) = 184+4+23=211 (27% of max value = 765). Red value is 184 (72.27% from 255 or 87.20% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 184 - color contains mainly: red. Hex color #B80417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80417 is #47FBE8. Grayscale: #3C3C3C. Windows color (decimal): -4717545 or 1508536. OLE color: 1508536.

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

Color convert

RGB 184 4 23 -
CMYK 0 0.98 0.88 0.28
HSL 353.67º 0.96% 0.37% -
HSV(B) 353.67º 0.98% 0.72% -
XYZ 19.97 10.34 1.75 -
YUV 59.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 184 4 23 0 0.98 0.88 0.28 353.67 0.96 0.37
Hex B8 4 17 0 62 58 1C 162 60 25
Octal 270 4 27 0 142 130 34 542 140 45
Binary 10111000 100 10111 0 1100010 1011000 11100 101100010 1100000 100101

Color Harmonies of #B80417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80417

Black with #B80417

Text Example


Text Example

White with #B80417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80417; }

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

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

background-color css

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

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

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

border-color css

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

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

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