#B01415

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

Shades of Venetian Red #B01415

Tints of Venetian Red #B01415

Color information

#B01415 (or 0xB01415) is unknown color: approx Venetian Red. HEX triplet: B0, 14 and 15. RGB value is (176,20,21). Sum of RGB (Red+Green+Blue) = 176+20+21=217 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.11% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 176 - color contains mainly: red. Hex color #B01415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01415 is #4FEBEA. Grayscale: #424242. Windows color (decimal): -5237739 or 1381552. OLE color: 1381552.

HSL color Cylindrical-coordinate representation of color #B01415: hue angle of 359.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01415 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB1762021-
CMYK00.890.880.31
HSL359.62º79.59%38.43%-
HSV(B)359.62º88.64%69.02%-
XYZ18.299.781.63-
YUV66.76102.18205.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 81.11%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=81.11%
G=9.22%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176202100.890.880.31359.6279.5938.43
HexB01415059581F1685026
Octal260242501311303755012046
Binary101100001010010101010110011011000111111011010001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01415; }

 p { color: rgb(176,20,21); }

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

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

 a { background-color: rgb(176,20,21); }

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

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

 span { border-color: rgb(176,20,21); }

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