Html Css Color HEX #B80418 Venetian Red

📋 copy color: '#B80418'

red 184 ◦ green 4 ◦ blue 24

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

Shades of Venetian Red #B80418

Tints of Venetian Red #B80418

RGB

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

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

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

R = 86.79%
G = 1.89%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B80418 (or 0xB80418) is known color: Venetian Red. HEX triplet: B8, 04 and 18. RGB value is (184,4,24). Sum of RGB (Red+Green+Blue) = 184+4+24=212 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.79% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 184 - color contains mainly: red. Hex color #B80418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80418 is #47FBE7. Grayscale: #3C3C3C. Windows color (decimal): -4717544 or 1574072. OLE color: 1574072.

HSL color Cylindrical-coordinate representation of color #B80418: hue angle of 353.33º 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 #B80418 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 4 24 -
CMYK 0 0.98 0.87 0.28
HSL 353.33º 0.96% 0.37% -
HSV(B) 353.33º 0.98% 0.72% -
XYZ 19.98 10.34 1.81 -
YUV 60.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 184 4 24 0 0.98 0.87 0.28 353.33 0.96 0.37
Hex B8 4 18 0 62 57 1C 161 60 25
Octal 270 4 30 0 142 127 34 541 140 45
Binary 10111000 100 11000 0 1100010 1010111 11100 101100001 1100000 100101

Color Harmonies of #B80418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80418

Black with #B80418

Text Example


Text Example

White with #B80418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80418; }

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

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

background-color css

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

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

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

border-color css

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

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

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