#B20013

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

Shades of Venetian Red #B20013

Tints of Venetian Red #B20013

Color information

#B20013 (or 0xB20013) is unknown color: approx Venetian Red. HEX triplet: B2, 00 and 13. RGB value is (178,0,19). Sum of RGB (Red+Green+Blue) = 178+0+19=197 (26% of max value = 765). Red value is 178 (69.92% from 255 or 90.36% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 178 - color contains mainly: red. Hex color #B20013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20013 is #4DFFEC. Grayscale: #373737. Windows color (decimal): -5111789 or 1245362. OLE color: 1245362.

HSL color Cylindrical-coordinate representation of color #B20013: hue angle of 353.6º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20013 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB178019-
CMYK010.890.30
HSL353.6º100%34.9%-
HSV(B)353.6º100%69.8%-
XYZ18.489.511.48-
YUV55.39107.47215.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 90.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 9.64%
R=90.36%
G=0%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178019010.890.30353.610034.9
HexB2013064591E1626423
Octal26202301441313654214443
Binary10110010010011011001001011001111101011000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20013; }

 p { color: rgb(178,0,19); }

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

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

 a { background-color: rgb(178,0,19); }

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

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

 span { border-color: rgb(178,0,19); }

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