#B70715

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

Shades of Venetian Red #B70715

Tints of Venetian Red #B70715

Color information

#B70715 (or 0xB70715) is unknown color: approx Venetian Red. HEX triplet: B7, 07 and 15. RGB value is (183,7,21). Sum of RGB (Red+Green+Blue) = 183+7+21=211 (27% of max value = 765). Red value is 183 (71.88% from 255 or 86.73% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 183 - color contains mainly: red. Hex color #B70715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70715 is #48F8EA. Grayscale: #3D3D3D. Windows color (decimal): -4782315 or 1378231. OLE color: 1378231.

HSL color Cylindrical-coordinate representation of color #B70715: hue angle of 355.23º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70715 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB183721-
CMYK00.960.890.28
HSL355.23º92.63%37.25%-
HSV(B)355.23º96.17%71.76%-
XYZ19.7410.271.65-
YUV61.22105.31214.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 86.73%
GREEN value IS 7 (3.12% from 255) = 3.32%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=86.73%
G=3.32%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18372100.960.890.28355.2392.6337.25
HexB7715060591C1635d25
Octal26772501401313454313545
Binary1011011111110101011000001011001111001011000111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70715; }

 p { color: rgb(183,7,21); }

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

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

 a { background-color: rgb(183,7,21); }

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

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

 span { border-color: rgb(183,7,21); }

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