#B70F24

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

Shades of Venetian Red #B70F24

Tints of Venetian Red #B70F24

Color information

#B70F24 (or 0xB70F24) is unknown color: approx Venetian Red. HEX triplet: B7, 0F and 24. RGB value is (183,15,36). Sum of RGB (Red+Green+Blue) = 183+15+36=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70F24 is #48F0DB. Grayscale: #434343. Windows color (decimal): -4780252 or 2363319. OLE color: 2363319.

HSL color Cylindrical-coordinate representation of color #B70F24: hue angle of 352.5º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70F24 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB1831536-
CMYK00.920.800.28
HSL352.5º84.85%38.82%-
HSV(B)352.5º91.8%71.76%-
XYZ20.0210.542.65-
YUV67.63110.16210.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 78.21%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 36 (14.45% from 255) = 15.38%
R=78.21%
G=6.41%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183153600.920.800.28352.584.8538.82
HexB7F2405C501C1605527
Octal267174401341203454012547
Binary101101111111100100010111001010000111001011000001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70F24; }

 p { color: rgb(183,15,36); }

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

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

 a { background-color: rgb(183,15,36); }

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

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

 span { border-color: rgb(183,15,36); }

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