#B70211

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

Shades of Venetian Red #B70211

Tints of Venetian Red #B70211

Color information

#B70211 (or 0xB70211) is unknown color: approx Venetian Red. HEX triplet: B7, 02 and 11. RGB value is (183,2,17). Sum of RGB (Red+Green+Blue) = 183+2+17=202 (26% of max value = 765). Red value is 183 (71.88% from 255 or 90.59% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 183 - color contains mainly: red. Hex color #B70211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70211 is #48FDEE. Grayscale: #393939. Windows color (decimal): -4783599 or 1114807. OLE color: 1114807.

HSL color Cylindrical-coordinate representation of color #B70211: hue angle of 355.03º 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 #B70211 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB183217-
CMYK00.990.910.28
HSL355.03º97.84%36.27%-
HSV(B)355.03º98.91%71.76%-
XYZ19.6510.151.45-
YUV57.83104.97217.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 90.59%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 17 (7.03% from 255) = 8.42%
R=90.59%
G=0.99%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18321700.990.910.28355.0397.8436.27
HexB72110635B1C1636224
Octal26722101431333454314244
Binary101101111010001011000111011011111001011000111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70211; }

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

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

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

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

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

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

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

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