Shades of Venetian Red #B90C18
Tints of Venetian Red #B90C18
RGB
CMYK
RGB Variations
Color information
#B90C18 (or 0xB90C18) is known color: Venetian Red. HEX triplet: B9, 0C and 18. RGB value is (185,12,24). Sum of RGB (Red+Green+Blue) = 185+12+24=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90C18 is #46F3E7. Grayscale: #414141. Windows color (decimal): -4649960 or 1576121. OLE color: 1576121.
HSL color Cylindrical-coordinate representation of color #B90C18: hue angle of 355.84º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90C18 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 24 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.27 |
| HSL | 355.84º | 0.88% | 0.39% | - |
| HSV(B) | 355.84º | 0.94% | 0.73% | - |
| XYZ | 20.3 | 10.64 | 1.85 | - |
| YUV | 65.1 | 104.81 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 24 | 0 | 0.94 | 0.87 | 0.27 | 355.84 | 0.88 | 0.39 |
| Hex | B9 | C | 18 | 0 | 5E | 57 | 1B | 164 | 58 | 27 |
| Octal | 271 | 14 | 30 | 0 | 136 | 127 | 33 | 544 | 130 | 47 |
| Binary | 10111001 | 1100 | 11000 | 0 | 1011110 | 1010111 | 11011 | 101100100 | 1011000 | 100111 |
Color Harmonies of #B90C18
Complementary color
Monochromatic Colors of #B90C18
Black with #B90C18
Text Example
Text Example
White with #B90C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C18; }
p { color: rgb(185,12,24); }
H1.HeaderClassName
{
color: #B90C18;
}
.AnyTagClassName
{
color: #B90C18;
}
</style>
background-color css
<style>
a { background-color: #B90C18; }
a { background-color: rgb(185,12,24); }
div.DivClassName
{
background-color: #B90C18;
}
.BgClassName
{
background-color: #B90C18;
}
</style>
border-color css
<style>
span { border-color: #B90C18; }
span { border-color: rgb(185,12,24); }
td.TdClassName
{
border-color: #B90C18;
}
.TagClassName
{
border-color: #B90C18;
}
</style>