#B20014

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

Shades of Venetian Red #B20014

Tints of Venetian Red #B20014

Color information

#B20014 (or 0xB20014) is unknown color: approx Venetian Red. HEX triplet: B2, 00 and 14. RGB value is (178,0,20). Sum of RGB (Red+Green+Blue) = 178+0+20=198 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.90% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 178 - color contains mainly: red. Hex color #B20014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20014 is #4DFFEB. Grayscale: #373737. Windows color (decimal): -5111788 or 1310898. OLE color: 1310898.

HSL color Cylindrical-coordinate representation of color #B20014: hue angle of 353.26º 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 #B20014 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB178020-
CMYK010.890.30
HSL353.26º100%34.9%-
HSV(B)353.26º100%69.8%-
XYZ18.499.521.52-
YUV55.5107.97215.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 89.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=89.90%
G=0%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178020010.890.30353.2610034.9
HexB2014064591E1616423
Octal26202401441313654114443
Binary10110010010100011001001011001111101011000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20014; }

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

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

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

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

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

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

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

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