#B20F12

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

Shades of Venetian Red #B20F12

Tints of Venetian Red #B20F12

Color information

#B20F12 (or 0xB20F12) is unknown color: approx Venetian Red. HEX triplet: B2, 0F and 12. RGB value is (178,15,18). Sum of RGB (Red+Green+Blue) = 178+15+18=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20F12 is #4DF0ED. Grayscale: #404040. Windows color (decimal): -5107950 or 1183666. OLE color: 1183666.

HSL color Cylindrical-coordinate representation of color #B20F12: hue angle of 358.9º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20F12 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB1781518-
CMYK00.920.900.30
HSL358.9º84.46%37.84%-
HSV(B)358.9º91.57%69.8%-
XYZ18.649.851.49-
YUV64.08102209.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 84.36%
GREEN value IS 15 (6.25% from 255) = 7.11%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=84.36%
G=7.11%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178151800.920.900.30358.984.4637.84
HexB2F1205C5A1E1675426
Octal262172201341323654712446
Binary10110010111110010010111001011010111101011001111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20F12; }

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

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

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

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

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

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

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

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