#B70A16

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

Shades of Venetian Red #B70A16

Tints of Venetian Red #B70A16

Color information

#B70A16 (or 0xB70A16) is unknown color: approx Venetian Red. HEX triplet: B7, 0A and 16. RGB value is (183,10,22). Sum of RGB (Red+Green+Blue) = 183+10+22=215 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.12% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70A16 is #48F5E9. Grayscale: #3F3F3F. Windows color (decimal): -4781546 or 1444535. OLE color: 1444535.

HSL color Cylindrical-coordinate representation of color #B70A16: hue angle of 355.84º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70A16 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB1831022-
CMYK00.950.880.28
HSL355.84º89.64%37.84%-
HSV(B)355.84º94.54%71.76%-
XYZ19.7810.341.71-
YUV63.1104.81213.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 85.12%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=85.12%
G=4.65%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183102200.950.880.28355.8489.6437.84
HexB7A1605F581C1645a26
Octal267122601371303454413246
Binary10110111101010110010111111011000111001011001001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A16; }

 p { color: rgb(183,10,22); }

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

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

 a { background-color: rgb(183,10,22); }

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

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

 span { border-color: rgb(183,10,22); }

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