Shades of Venetian Red #B90C12
Tints of Venetian Red #B90C12
RGB
CMYK
RGB Variations
Color information
#B90C12 (or 0xB90C12) is known color: Venetian Red. HEX triplet: B9, 0C and 12. RGB value is (185,12,18). Sum of RGB (Red+Green+Blue) = 185+12+18=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90C12 is #46F3ED. Grayscale: #404040. Windows color (decimal): -4649966 or 1182905. OLE color: 1182905.
HSL color Cylindrical-coordinate representation of color #B90C12: hue angle of 357.92º 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 #B90C12 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 18 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.27 |
| HSL | 357.92º | 0.88% | 0.39% | - |
| HSV(B) | 357.92º | 0.94% | 0.73% | - |
| XYZ | 20.25 | 10.62 | 1.56 | - |
| YUV | 64.41 | 101.81 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 18 | 0 | 0.94 | 0.90 | 0.27 | 357.92 | 0.88 | 0.39 |
| Hex | B9 | C | 12 | 0 | 5E | 5A | 1B | 166 | 58 | 27 |
| Octal | 271 | 14 | 22 | 0 | 136 | 132 | 33 | 546 | 130 | 47 |
| Binary | 10111001 | 1100 | 10010 | 0 | 1011110 | 1011010 | 11011 | 101100110 | 1011000 | 100111 |
Color Harmonies of #B90C12
Complementary color
Monochromatic Colors of #B90C12
Black with #B90C12
Text Example
Text Example
White with #B90C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C12; }
p { color: rgb(185,12,18); }
H1.HeaderClassName
{
color: #B90C12;
}
.AnyTagClassName
{
color: #B90C12;
}
</style>
background-color css
<style>
a { background-color: #B90C12; }
a { background-color: rgb(185,12,18); }
div.DivClassName
{
background-color: #B90C12;
}
.BgClassName
{
background-color: #B90C12;
}
</style>
border-color css
<style>
span { border-color: #B90C12; }
span { border-color: rgb(185,12,18); }
td.TdClassName
{
border-color: #B90C12;
}
.TagClassName
{
border-color: #B90C12;
}
</style>