#B70820

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

Shades of Venetian Red #B70820

Tints of Venetian Red #B70820

Color information

#B70820 (or 0xB70820) is unknown color: approx Venetian Red. HEX triplet: B7, 08 and 20. RGB value is (183,8,32). Sum of RGB (Red+Green+Blue) = 183+8+32=223 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.06% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 183 - color contains mainly: red. Hex color #B70820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70820 is #48F7DF. Grayscale: #3F3F3F. Windows color (decimal): -4782048 or 2099383. OLE color: 2099383.

HSL color Cylindrical-coordinate representation of color #B70820: hue angle of 351.77º degrees, saturation: 0.92, 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 #B70820 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB183832-
CMYK00.960.830.28
HSL351.77º91.62%37.45%-
HSV(B)351.77º95.63%71.76%-
XYZ19.8810.352.32-
YUV63.06110.48213.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 82.06%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=82.06%
G=3.59%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18383200.960.830.28351.7791.6237.45
HexB7820060531C1605c25
Octal267104001401233454013445
Binary101101111000100000011000001010011111001011000001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70820; }

 p { color: rgb(183,8,32); }

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

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

 a { background-color: rgb(183,8,32); }

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

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

 span { border-color: rgb(183,8,32); }

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