#B20D15

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

Shades of Venetian Red #B20D15

Tints of Venetian Red #B20D15

Color information

#B20D15 (or 0xB20D15) is unknown color: approx Venetian Red. HEX triplet: B2, 0D and 15. RGB value is (178,13,21). Sum of RGB (Red+Green+Blue) = 178+13+21=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20D15 is #4DF2EA. Grayscale: #3F3F3F. Windows color (decimal): -5108459 or 1379762. OLE color: 1379762.

HSL color Cylindrical-coordinate representation of color #B20D15: hue angle of 357.09º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20D15 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1781321-
CMYK00.930.880.30
HSL357.09º86.39%37.45%-
HSV(B)357.09º92.7%69.8%-
XYZ18.649.811.62-
YUV63.25104.16209.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 83.96%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 21 (8.59% from 255) = 9.91%
R=83.96%
G=6.13%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178132100.930.880.30357.0986.3937.45
HexB2D1505D581E1655625
Octal262152501351303654512645
Binary10110010110110101010111011011000111101011001011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20D15; }

 p { color: rgb(178,13,21); }

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

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

 a { background-color: rgb(178,13,21); }

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

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

 span { border-color: rgb(178,13,21); }

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