Shades of Venetian Red #B5021C
Tints of Venetian Red #B5021C
RGB
CMYK
RGB Variations
Color information
#B5021C (or 0xB5021C) is known color: Venetian Red. HEX triplet: B5, 02 and 1C. RGB value is (181,2,28). Sum of RGB (Red+Green+Blue) = 181+2+28=211 (27% of max value = 765). Red value is 181 (71.09% from 255 or 85.78% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 181 - color contains mainly: red. Hex color #B5021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5021C is #4AFDE3. Grayscale: #3A3A3A. Windows color (decimal): -4914660 or 1835701. OLE color: 1835701.
HSL color Cylindrical-coordinate representation of color #B5021C: hue angle of 351.28º 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 #B5021C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.29 |
| HSL | 351.28º | 0.98% | 0.36% | - |
| HSV(B) | 351.28º | 0.99% | 0.71% | - |
| XYZ | 19.29 | 9.95 | 2 | - |
| YUV | 58.49 | 110.8 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 28 | 0 | 0.99 | 0.85 | 0.29 | 351.28 | 0.98 | 0.36 |
| Hex | B5 | 2 | 1C | 0 | 63 | 55 | 1D | 15F | 62 | 24 |
| Octal | 265 | 2 | 34 | 0 | 143 | 125 | 35 | 537 | 142 | 44 |
| Binary | 10110101 | 10 | 11100 | 0 | 1100011 | 1010101 | 11101 | 101011111 | 1100010 | 100100 |
Color Harmonies of #B5021C
Complementary color
Monochromatic Colors of #B5021C
Black with #B5021C
Text Example
Text Example
White with #B5021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5021C; }
p { color: rgb(181,2,28); }
H1.HeaderClassName
{
color: #B5021C;
}
.AnyTagClassName
{
color: #B5021C;
}
</style>
background-color css
<style>
a { background-color: #B5021C; }
a { background-color: rgb(181,2,28); }
div.DivClassName
{
background-color: #B5021C;
}
.BgClassName
{
background-color: #B5021C;
}
</style>
border-color css
<style>
span { border-color: #B5021C; }
span { border-color: rgb(181,2,28); }
td.TdClassName
{
border-color: #B5021C;
}
.TagClassName
{
border-color: #B5021C;
}
</style>