#B70212

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

Shades of Venetian Red #B70212

Tints of Venetian Red #B70212

Color information

#B70212 (or 0xB70212) is unknown color: approx Venetian Red. HEX triplet: B7, 02 and 12. RGB value is (183,2,18). Sum of RGB (Red+Green+Blue) = 183+2+18=203 (26% of max value = 765). Red value is 183 (71.88% from 255 or 90.15% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 183 - color contains mainly: red. Hex color #B70212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70212 is #48FDED. Grayscale: #3A3A3A. Windows color (decimal): -4783598 or 1180343. OLE color: 1180343.

HSL color Cylindrical-coordinate representation of color #B70212: hue angle of 354.7º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70212 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB183218-
CMYK00.990.900.28
HSL354.7º97.84%36.27%-
HSV(B)354.7º98.91%71.76%-
XYZ19.6610.151.5-
YUV57.94105.47217.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 90.15%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=90.15%
G=0.99%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18321800.990.900.28354.797.8436.27
HexB72120635A1C1636224
Octal26722201431323454314244
Binary101101111010010011000111011010111001011000111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70212; }

 p { color: rgb(183,2,18); }

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

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

 a { background-color: rgb(183,2,18); }

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

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

 span { border-color: rgb(183,2,18); }

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