Shades of Venetian Red #B20924
Tints of Venetian Red #B20924
RGB
CMYK
RGB Variations
Color information
#B20924 (or 0xB20924) is known color: Venetian Red. HEX triplet: B2, 09 and 24. RGB value is (178,9,36). Sum of RGB (Red+Green+Blue) = 178+9+36=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B20924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20924 is #4DF6DB. Grayscale: #3E3E3E. Windows color (decimal): -5109468 or 2361778. OLE color: 2361778.
HSL color Cylindrical-coordinate representation of color #B20924: hue angle of 350.41º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20924 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 36 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.30 |
| HSL | 350.41º | 0.9% | 0.37% | - |
| HSV(B) | 350.41º | 0.95% | 0.7% | - |
| XYZ | 18.78 | 9.79 | 2.57 | - |
| YUV | 62.61 | 112.99 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 36 | 0 | 0.95 | 0.80 | 0.30 | 350.41 | 0.9 | 0.37 |
| Hex | B2 | 9 | 24 | 0 | 5F | 50 | 1E | 15E | 5A | 25 |
| Octal | 262 | 11 | 44 | 0 | 137 | 120 | 36 | 536 | 132 | 45 |
| Binary | 10110010 | 1001 | 100100 | 0 | 1011111 | 1010000 | 11110 | 101011110 | 1011010 | 100101 |
Color Harmonies of #B20924
Complementary color
Monochromatic Colors of #B20924
Black with #B20924
Text Example
Text Example
White with #B20924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20924; }
p { color: rgb(178,9,36); }
H1.HeaderClassName
{
color: #B20924;
}
.AnyTagClassName
{
color: #B20924;
}
</style>
background-color css
<style>
a { background-color: #B20924; }
a { background-color: rgb(178,9,36); }
div.DivClassName
{
background-color: #B20924;
}
.BgClassName
{
background-color: #B20924;
}
</style>
border-color css
<style>
span { border-color: #B20924; }
span { border-color: rgb(178,9,36); }
td.TdClassName
{
border-color: #B20924;
}
.TagClassName
{
border-color: #B20924;
}
</style>