Shades of Venetian Red #B20124
Tints of Venetian Red #B20124
RGB
CMYK
RGB Variations
Color information
#B20124 (or 0xB20124) is known color: Venetian Red. HEX triplet: B2, 01 and 24. RGB value is (178,1,36). Sum of RGB (Red+Green+Blue) = 178+1+36=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B20124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20124 is #4DFEDB. Grayscale: #393939. Windows color (decimal): -5111516 or 2359730. OLE color: 2359730.
HSL color Cylindrical-coordinate representation of color #B20124: hue angle of 348.14º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20124 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.30 |
| HSL | 348.14º | 0.99% | 0.35% | - |
| HSV(B) | 348.14º | 0.99% | 0.7% | - |
| XYZ | 18.69 | 9.61 | 2.54 | - |
| YUV | 57.91 | 115.64 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 36 | 0 | 0.99 | 0.80 | 0.30 | 348.14 | 0.99 | 0.35 |
| Hex | B2 | 1 | 24 | 0 | 63 | 50 | 1E | 15C | 63 | 23 |
| Octal | 262 | 1 | 44 | 0 | 143 | 120 | 36 | 534 | 143 | 43 |
| Binary | 10110010 | 1 | 100100 | 0 | 1100011 | 1010000 | 11110 | 101011100 | 1100011 | 100011 |
Color Harmonies of #B20124
Complementary color
Monochromatic Colors of #B20124
Black with #B20124
Text Example
Text Example
White with #B20124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20124; }
p { color: rgb(178,1,36); }
H1.HeaderClassName
{
color: #B20124;
}
.AnyTagClassName
{
color: #B20124;
}
</style>
background-color css
<style>
a { background-color: #B20124; }
a { background-color: rgb(178,1,36); }
div.DivClassName
{
background-color: #B20124;
}
.BgClassName
{
background-color: #B20124;
}
</style>
border-color css
<style>
span { border-color: #B20124; }
span { border-color: rgb(178,1,36); }
td.TdClassName
{
border-color: #B20124;
}
.TagClassName
{
border-color: #B20124;
}
</style>