#B20718

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

Shades of Venetian Red #B20718

Tints of Venetian Red #B20718

Color information

#B20718 (or 0xB20718) is unknown color: approx Venetian Red. HEX triplet: B2, 07 and 18. RGB value is (178,7,24). Sum of RGB (Red+Green+Blue) = 178+7+24=209 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.17% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 178 - color contains mainly: red. Hex color #B20718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20718 is #4DF8E7. Grayscale: #3C3C3C. Windows color (decimal): -5109992 or 1574834. OLE color: 1574834.

HSL color Cylindrical-coordinate representation of color #B20718: hue angle of 354.04º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20718 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB178724-
CMYK00.960.870.30
HSL354.04º92.43%36.27%-
HSV(B)354.04º96.07%69.8%-
XYZ18.69.681.75-
YUV60.07107.65212.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 85.17%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=85.17%
G=3.35%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17872400.960.870.30354.0492.4336.27
HexB2718060571E1625c24
Octal26273001401273654213444
Binary1011001011111000011000001010111111101011000101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20718; }

 p { color: rgb(178,7,24); }

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

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

 a { background-color: rgb(178,7,24); }

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

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

 span { border-color: rgb(178,7,24); }

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