Html Css Color HEX #B80B11 Venetian Red

📋 copy color: '#B80B11'

red 184 ◦ green 11 ◦ blue 17

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

Shades of Venetian Red #B80B11

Tints of Venetian Red #B80B11

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.19%

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

R = 86.79%
G = 5.19%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B80B11 (or 0xB80B11) is known color: Venetian Red. HEX triplet: B8, 0B and 11. RGB value is (184,11,17). Sum of RGB (Red+Green+Blue) = 184+11+17=212 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.79% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80B11 is #47F4EE. Grayscale: #3F3F3F. Windows color (decimal): -4715759 or 1117112. OLE color: 1117112.

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

Color convert

RGB 184 11 17 -
CMYK 0 0.94 0.91 0.28
HSL 357.92º 0.89% 0.38% -
HSV(B) 357.92º 0.94% 0.72% -
XYZ 19.99 10.47 1.5 -
YUV 63.41 101.81 214.01 -
System Red Green Blue C M Y K H S L
Decimal 184 11 17 0 0.94 0.91 0.28 357.92 0.89 0.38
Hex B8 B 11 0 5E 5B 1C 166 59 26
Octal 270 13 21 0 136 133 34 546 131 46
Binary 10111000 1011 10001 0 1011110 1011011 11100 101100110 1011001 100110

Color Harmonies of #B80B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B11

Black with #B80B11

Text Example


Text Example

White with #B80B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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