#B80D16

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

Shades of Venetian Red #B80D16

Tints of Venetian Red #B80D16

Color information

#B80D16 (or 0xB80D16) is unknown color: approx Venetian Red. HEX triplet: B8, 0D and 16. RGB value is (184,13,22). Sum of RGB (Red+Green+Blue) = 184+13+22=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80D16 is #47F2E9. Grayscale: #414141. Windows color (decimal): -4715242 or 1445304. OLE color: 1445304.

HSL color Cylindrical-coordinate representation of color #B80D16: hue angle of 356.84º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80D16 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB1841322-
CMYK00.930.880.28
HSL356.84º86.8%38.63%-
HSV(B)356.84º92.93%72.16%-
XYZ20.0610.541.74-
YUV65.16103.65212.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 84.02%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=84.02%
G=5.94%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184132200.930.880.28356.8486.838.63
HexB8D1605D581C1655727
Octal270152601351303454512747
Binary10111000110110110010111011011000111001011001011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80D16; }

 p { color: rgb(184,13,22); }

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

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

 a { background-color: rgb(184,13,22); }

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

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

 span { border-color: rgb(184,13,22); }

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