#B20C12

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

Shades of Venetian Red #B20C12

Tints of Venetian Red #B20C12

Color information

#B20C12 (or 0xB20C12) is unknown color: approx Venetian Red. HEX triplet: B2, 0C and 12. RGB value is (178,12,18). Sum of RGB (Red+Green+Blue) = 178+12+18=208 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.58% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20C12 is #4DF3ED. Grayscale: #3E3E3E. Windows color (decimal): -5108718 or 1182898. OLE color: 1182898.

HSL color Cylindrical-coordinate representation of color #B20C12: hue angle of 357.83º degrees, saturation: 0.87, 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 #B20C12 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB1781218-
CMYK00.930.900.30
HSL357.83º87.37%37.25%-
HSV(B)357.83º93.26%69.8%-
XYZ18.69.771.48-
YUV62.32103210.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 85.58%
GREEN value IS 12 (5.08% from 255) = 5.77%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=85.58%
G=5.77%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178121800.930.900.30357.8387.3737.25
HexB2C1205D5A1E1665725
Octal262142201351323654612745
Binary10110010110010010010111011011010111101011001101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20C12; }

 p { color: rgb(178,12,18); }

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

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

 a { background-color: rgb(178,12,18); }

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

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

 span { border-color: rgb(178,12,18); }

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