Html Css Color HEX #B80411 Venetian Red

📋 copy color: '#B80411'

red 184 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #B80411

Tints of Venetian Red #B80411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.29%

R = 89.76%
G = 1.95%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B80411 (or 0xB80411) is known color: Venetian Red. HEX triplet: B8, 04 and 11. RGB value is (184,4,17). Sum of RGB (Red+Green+Blue) = 184+4+17=205 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.76% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 184 - color contains mainly: red. Hex color #B80411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80411 is #47FBEE. Grayscale: #3B3B3B. Windows color (decimal): -4717551 or 1115320. OLE color: 1115320.

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

Color convert

RGB 184 4 17 -
CMYK 0 0.98 0.91 0.28
HSL 355.67º 0.96% 0.37% -
HSV(B) 355.67º 0.98% 0.72% -
XYZ 19.91 10.32 1.47 -
YUV 59.3 104.13 216.94 -
System Red Green Blue C M Y K H S L
Decimal 184 4 17 0 0.98 0.91 0.28 355.67 0.96 0.37
Hex B8 4 11 0 62 5B 1C 164 60 25
Octal 270 4 21 0 142 133 34 544 140 45
Binary 10111000 100 10001 0 1100010 1011011 11100 101100100 1100000 100101

Color Harmonies of #B80411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80411

Black with #B80411

Text Example


Text Example

White with #B80411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80411; }

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

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

background-color css

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

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

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

border-color css

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

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

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