#B80A14

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

Shades of Venetian Red #B80A14

Tints of Venetian Red #B80A14

Color information

#B80A14 (or 0xB80A14) is unknown color: approx Venetian Red. HEX triplet: B8, 0A and 14. RGB value is (184,10,20). Sum of RGB (Red+Green+Blue) = 184+10+20=214 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.98% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80A14 is #47F5EB. Grayscale: #3F3F3F. Windows color (decimal): -4716012 or 1313464. OLE color: 1313464.

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

Color convert

RGB1841020-
CMYK00.950.890.28
HSL356.55º89.69%38.04%-
HSV(B)356.55º94.57%72.16%-
XYZ2010.461.63-
YUV63.17103.65214.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 85.98%
GREEN value IS 10 (4.30% from 255) = 4.67%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=85.98%
G=4.67%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184102000.950.890.28356.5589.6938.04
HexB8A1405F591C1655a26
Octal270122401371313454513246
Binary10111000101010100010111111011001111001011001011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80A14; }

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

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

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

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

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

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

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

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