#B80814

Color #B80814 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B80814

Tints of Venetian Red #B80814

Color information

#B80814 (or 0xB80814) is unknown color: approx Venetian Red. HEX triplet: B8, 08 and 14. RGB value is (184,8,20). Sum of RGB (Red+Green+Blue) = 184+8+20=212 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.79% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 184 - color contains mainly: red. Hex color #B80814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80814 is #47F7EB. Grayscale: #3E3E3E. Windows color (decimal): -4716524 or 1312952. OLE color: 1312952.

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

Color convert

RGB184820-
CMYK00.960.890.28
HSL355.91º91.67%37.65%-
HSV(B)355.91º95.65%72.16%-
XYZ19.9810.411.62-
YUV61.99104.31215.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 86.79%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 20 (8.20% from 255) = 9.43%
R=86.79%
G=3.77%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18482000.960.890.28355.9191.6737.65
HexB8814060591C1645c26
Octal270102401401313454413446
Binary10111000100010100011000001011001111001011001001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80814; }

 p { color: rgb(184,8,20); }

 H1.HeaderClassName
 {
   color: #B80814;
 }
 .AnyTagClassName
 {
   color: #B80814;
 }
</style>
background-color css

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

 a { background-color: rgb(184,8,20); }

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

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

 span { border-color: rgb(184,8,20); }

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