Shades of Venetian Red #B01420
Tints of Venetian Red #B01420
RGB
CMYK
RGB Variations
Color information
#B01420 (or 0xB01420) is known color: 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
| RGB | 176 | 20 | 32 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.31 |
| HSL | 355.38º | 0.8% | 0.38% | - |
| HSV(B) | 355.38º | 0.89% | 0.69% | - |
| XYZ | 18.42 | 9.83 | 2.29 | - |
| YUV | 68.01 | 107.68 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 32 | 0 | 0.89 | 0.82 | 0.31 | 355.38 | 0.8 | 0.38 |
| Hex | B0 | 14 | 20 | 0 | 59 | 52 | 1F | 163 | 50 | 26 |
| Octal | 260 | 24 | 40 | 0 | 131 | 122 | 37 | 543 | 120 | 46 |
| Binary | 10110000 | 10100 | 100000 | 0 | 1011001 | 1010010 | 11111 | 101100011 | 1010000 | 100110 |
Color Harmonies of #B01420
Complementary color
Monochromatic Colors of #B01420
Black with #B01420
Text Example
Text Example
White with #B01420
Text Example
Text Example
HTML Codes & Css Web 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>