#B20918

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

Shades of Venetian Red #B20918

Tints of Venetian Red #B20918

Color information

#B20918 (or 0xB20918) is unknown color: approx Venetian Red. HEX triplet: B2, 09 and 18. RGB value is (178,9,24). Sum of RGB (Red+Green+Blue) = 178+9+24=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B20918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20918 is #4DF6E7. Grayscale: #3D3D3D. Windows color (decimal): -5109480 or 1575346. OLE color: 1575346.

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

Color convert

RGB178924-
CMYK00.950.870.30
HSL354.67º90.37%36.67%-
HSV(B)354.67º94.94%69.8%-
XYZ18.629.731.76-
YUV61.24106.99211.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 84.36%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 24 (9.77% from 255) = 11.37%
R=84.36%
G=4.27%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17892400.950.870.30354.6790.3736.67
HexB291805F571E1635a25
Octal262113001371273654313245
Binary10110010100111000010111111010111111101011000111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20918; }

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

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

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

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

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

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

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

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