Shades of Venetian Red #B5020A
Tints of Venetian Red #B5020A
RGB
CMYK
RGB Variations
Color information
#B5020A (or 0xB5020A) is known color: Venetian Red. HEX triplet: B5, 02 and 0A. RGB value is (181,2,10). Sum of RGB (Red+Green+Blue) = 181+2+10=193 (25% of max value = 765). Red value is 181 (71.09% from 255 or 93.78% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 181 - color contains mainly: red. Hex color #B5020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5020A is #4AFDF5. Grayscale: #383838. Windows color (decimal): -4914678 or 656053. OLE color: 656053.
HSL color Cylindrical-coordinate representation of color #B5020A: hue angle of 357.32º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5020A is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.29 |
| HSL | 357.32º | 0.98% | 0.36% | - |
| HSV(B) | 357.32º | 0.99% | 0.71% | - |
| XYZ | 19.13 | 9.89 | 1.19 | - |
| YUV | 56.43 | 101.8 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 10 | 0 | 0.99 | 0.94 | 0.29 | 357.32 | 0.98 | 0.36 |
| Hex | B5 | 2 | A | 0 | 63 | 5E | 1D | 165 | 62 | 24 |
| Octal | 265 | 2 | 12 | 0 | 143 | 136 | 35 | 545 | 142 | 44 |
| Binary | 10110101 | 10 | 1010 | 0 | 1100011 | 1011110 | 11101 | 101100101 | 1100010 | 100100 |
Color Harmonies of #B5020A
Complementary color
Monochromatic Colors of #B5020A
Black with #B5020A
Text Example
Text Example
White with #B5020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5020A; }
p { color: rgb(181,2,10); }
H1.HeaderClassName
{
color: #B5020A;
}
.AnyTagClassName
{
color: #B5020A;
}
</style>
background-color css
<style>
a { background-color: #B5020A; }
a { background-color: rgb(181,2,10); }
div.DivClassName
{
background-color: #B5020A;
}
.BgClassName
{
background-color: #B5020A;
}
</style>
border-color css
<style>
span { border-color: #B5020A; }
span { border-color: rgb(181,2,10); }
td.TdClassName
{
border-color: #B5020A;
}
.TagClassName
{
border-color: #B5020A;
}
</style>