#B20115

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

Shades of Venetian Red #B20115

Tints of Venetian Red #B20115

Color information

#B20115 (or 0xB20115) is unknown color: approx Venetian Red. HEX triplet: B2, 01 and 15. RGB value is (178,1,21). Sum of RGB (Red+Green+Blue) = 178+1+21=200 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 178 - color contains mainly: red. Hex color #B20115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20115 is #4DFEEA. Grayscale: #383838. Windows color (decimal): -5111531 or 1376690. OLE color: 1376690.

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

Color convert

RGB178121-
CMYK00.990.880.30
HSL353.22º98.88%35.1%-
HSV(B)353.22º99.44%69.8%-
XYZ18.519.541.58-
YUV56.2108.14214.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 89%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 21 (8.59% from 255) = 10.5%
R=89%
G=0.5%
B=10.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812100.990.880.30353.2298.8835.1
HexB2115063581E1616323
Octal26212501431303654114343
Binary10110010110101011000111011000111101011000011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20115; }

 p { color: rgb(178,1,21); }

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

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

 a { background-color: rgb(178,1,21); }

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

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

 span { border-color: rgb(178,1,21); }

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