Html Css Color HEX #B80424 Venetian Red

📋 copy color: '#B80424'

red 184 ◦ green 4 ◦ blue 36

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

Shades of Venetian Red #B80424

Tints of Venetian Red #B80424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.07%

R = 82.14%
G = 1.79%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B80424 (or 0xB80424) is known color: Venetian Red. HEX triplet: B8, 04 and 24. RGB value is (184,4,36). Sum of RGB (Red+Green+Blue) = 184+4+36=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B80424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80424 is #47FBDB. Grayscale: #3D3D3D. Windows color (decimal): -4717532 or 2360504. OLE color: 2360504.

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

Color convert

RGB 184 4 36 -
CMYK 0 0.98 0.80 0.28
HSL 349.33º 0.96% 0.37% -
HSV(B) 349.33º 0.98% 0.72% -
XYZ 20.13 10.4 2.62 -
YUV 61.47 113.63 215.4 -
System Red Green Blue C M Y K H S L
Decimal 184 4 36 0 0.98 0.80 0.28 349.33 0.96 0.37
Hex B8 4 24 0 62 50 1C 15D 60 25
Octal 270 4 44 0 142 120 34 535 140 45
Binary 10111000 100 100100 0 1100010 1010000 11100 101011101 1100000 100101

Color Harmonies of #B80424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80424

Black with #B80424

Text Example


Text Example

White with #B80424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80424; }

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

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

background-color css

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

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

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

border-color css

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

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

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