Shades of Venetian Red #B00A20
Tints of Venetian Red #B00A20
RGB
CMYK
RGB Variations
Color information
#B00A20 (or 0xB00A20) is known color: Venetian Red. HEX triplet: B0, 0A and 20. RGB value is (176,10,32). Sum of RGB (Red+Green+Blue) = 176+10+32=218 (28% of max value = 765). Red value is 176 (69.14% from 255 or 80.73% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00A20 is #4FF5DF. Grayscale: #3E3E3E. Windows color (decimal): -5240288 or 2099888. OLE color: 2099888.
HSL color Cylindrical-coordinate representation of color #B00A20: hue angle of 352.05º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00A20 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 10 | 32 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.31 |
| HSL | 352.05º | 0.89% | 0.36% | - |
| HSV(B) | 352.05º | 0.94% | 0.69% | - |
| XYZ | 18.27 | 9.55 | 2.25 | - |
| YUV | 62.14 | 111 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 10 | 32 | 0 | 0.94 | 0.82 | 0.31 | 352.05 | 0.89 | 0.36 |
| Hex | B0 | A | 20 | 0 | 5E | 52 | 1F | 160 | 59 | 24 |
| Octal | 260 | 12 | 40 | 0 | 136 | 122 | 37 | 540 | 131 | 44 |
| Binary | 10110000 | 1010 | 100000 | 0 | 1011110 | 1010010 | 11111 | 101100000 | 1011001 | 100100 |
Color Harmonies of #B00A20
Complementary color
Monochromatic Colors of #B00A20
Black with #B00A20
Text Example
Text Example
White with #B00A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00A20; }
p { color: rgb(176,10,32); }
H1.HeaderClassName
{
color: #B00A20;
}
.AnyTagClassName
{
color: #B00A20;
}
</style>
background-color css
<style>
a { background-color: #B00A20; }
a { background-color: rgb(176,10,32); }
div.DivClassName
{
background-color: #B00A20;
}
.BgClassName
{
background-color: #B00A20;
}
</style>
border-color css
<style>
span { border-color: #B00A20; }
span { border-color: rgb(176,10,32); }
td.TdClassName
{
border-color: #B00A20;
}
.TagClassName
{
border-color: #B00A20;
}
</style>