Shades of Venetian Red #B90029
Tints of Venetian Red #B90029
RGB
CMYK
RGB Variations
Color information
#B90029 (or 0xB90029) is known color: Venetian Red. HEX triplet: B9, 00 and 29. RGB value is (185,0,41). Sum of RGB (Red+Green+Blue) = 185+0+41=226 (29% of max value = 765). Red value is 185 (72.66% from 255 or 81.86% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 185 - color contains mainly: red. Hex color #B90029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90029 is #46FFD6. Grayscale: #3C3C3C. Windows color (decimal): -4653015 or 2687161. OLE color: 2687161.
HSL color Cylindrical-coordinate representation of color #B90029: hue angle of 346.7º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90029 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.78 | 0.27 |
| HSL | 346.7º | 1% | 0.36% | - |
| HSV(B) | 346.7º | 1% | 0.73% | - |
| XYZ | 20.41 | 10.47 | 3.04 | - |
| YUV | 59.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 41 | 0 | 1 | 0.78 | 0.27 | 346.7 | 1 | 0.36 |
| Hex | B9 | 0 | 29 | 0 | 64 | 4E | 1B | 15B | 64 | 24 |
| Octal | 271 | 0 | 51 | 0 | 144 | 116 | 33 | 533 | 144 | 44 |
| Binary | 10111001 | 0 | 101001 | 0 | 1100100 | 1001110 | 11011 | 101011011 | 1100100 | 100100 |
Color Harmonies of #B90029
Complementary color
Monochromatic Colors of #B90029
Black with #B90029
Text Example
Text Example
White with #B90029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90029; }
p { color: rgb(185,0,41); }
H1.HeaderClassName
{
color: #B90029;
}
.AnyTagClassName
{
color: #B90029;
}
</style>
background-color css
<style>
a { background-color: #B90029; }
a { background-color: rgb(185,0,41); }
div.DivClassName
{
background-color: #B90029;
}
.BgClassName
{
background-color: #B90029;
}
</style>
border-color css
<style>
span { border-color: #B90029; }
span { border-color: rgb(185,0,41); }
td.TdClassName
{
border-color: #B90029;
}
.TagClassName
{
border-color: #B90029;
}
</style>