#B01420

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

Shades of Venetian Red #B01420

Tints of Venetian Red #B01420

Color information

#B01420 (or 0xB01420) is unknown color: approx Venetian Red. HEX triplet: B0, 14 and 20. RGB value is (176,20,32). Sum of RGB (Red+Green+Blue) = 176+20+32=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B01420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01420 is #4FEBDF. Grayscale: #444444. Windows color (decimal): -5237728 or 2102448. OLE color: 2102448.

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

Color convert

RGB1762032-
CMYK00.890.820.31
HSL355.38º79.59%38.43%-
HSV(B)355.38º88.64%69.02%-
XYZ18.429.832.29-
YUV68.01107.68205.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 77.19%
GREEN value IS 20 (8.20% from 255) = 8.77%
BLUE value IS 32 (12.89% from 255) = 14.04%
R=77.19%
G=8.77%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176203200.890.820.31355.3879.5938.43
HexB01420059521F1635026
Octal260244001311223754312046
Binary1011000010100100000010110011010010111111011000111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01420; }

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

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

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

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

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

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

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

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