#B70210

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

Shades of Venetian Red #B70210

Tints of Venetian Red #B70210

Color information

#B70210 (or 0xB70210) is unknown color: approx Venetian Red. HEX triplet: B7, 02 and 10. RGB value is (183,2,16). Sum of RGB (Red+Green+Blue) = 183+2+16=201 (26% of max value = 765). Red value is 183 (71.88% from 255 or 91.04% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 183 - color contains mainly: red. Hex color #B70210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70210 is #48FDEF. Grayscale: #393939. Windows color (decimal): -4783600 or 1049271. OLE color: 1049271.

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

Color convert

RGB183216-
CMYK00.990.910.28
HSL355.36º97.84%36.27%-
HSV(B)355.36º98.91%71.76%-
XYZ19.6410.151.41-
YUV57.72104.47217.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 91.04%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 16 (6.64% from 255) = 7.96%
R=91.04%
G=1.00%
B=7.96%

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
Decimal18321600.990.910.28355.3697.8436.27
HexB72100635B1C1636224
Octal26722001431333454314244
Binary101101111010000011000111011011111001011000111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70210; }

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

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

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

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

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

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

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

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