Shades of Venetian Red #B4022C
Tints of Venetian Red #B4022C
RGB
CMYK
RGB Variations
Color information
#B4022C (or 0xB4022C) is known color: Venetian Red. HEX triplet: B4, 02 and 2C. RGB value is (180,2,44). Sum of RGB (Red+Green+Blue) = 180+2+44=226 (29% of max value = 765). Red value is 180 (70.70% from 255 or 79.65% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 180 - color contains mainly: red. Hex color #B4022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4022C is #4BFDD3. Grayscale: #3C3C3C. Windows color (decimal): -4980180 or 2884276. OLE color: 2884276.
HSL color Cylindrical-coordinate representation of color #B4022C: hue angle of 345.84º 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 #B4022C is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.29 |
| HSL | 345.84º | 0.98% | 0.36% | - |
| HSV(B) | 345.84º | 0.99% | 0.71% | - |
| XYZ | 19.3 | 9.93 | 3.28 | - |
| YUV | 60.01 | 118.97 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 44 | 0 | 0.99 | 0.76 | 0.29 | 345.84 | 0.98 | 0.36 |
| Hex | B4 | 2 | 2C | 0 | 63 | 4C | 1D | 15A | 62 | 24 |
| Octal | 264 | 2 | 54 | 0 | 143 | 114 | 35 | 532 | 142 | 44 |
| Binary | 10110100 | 10 | 101100 | 0 | 1100011 | 1001100 | 11101 | 101011010 | 1100010 | 100100 |
Color Harmonies of #B4022C
Complementary color
Monochromatic Colors of #B4022C
Black with #B4022C
Text Example
Text Example
White with #B4022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4022C; }
p { color: rgb(180,2,44); }
H1.HeaderClassName
{
color: #B4022C;
}
.AnyTagClassName
{
color: #B4022C;
}
</style>
background-color css
<style>
a { background-color: #B4022C; }
a { background-color: rgb(180,2,44); }
div.DivClassName
{
background-color: #B4022C;
}
.BgClassName
{
background-color: #B4022C;
}
</style>
border-color css
<style>
span { border-color: #B4022C; }
span { border-color: rgb(180,2,44); }
td.TdClassName
{
border-color: #B4022C;
}
.TagClassName
{
border-color: #B4022C;
}
</style>