Shades of Venetian Red #B90D12
Tints of Venetian Red #B90D12
RGB
CMYK
RGB Variations
Color information
#B90D12 (or 0xB90D12) is known color: Venetian Red. HEX triplet: B9, 0D and 12. RGB value is (185,13,18). Sum of RGB (Red+Green+Blue) = 185+13+18=216 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.65% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90D12 is #46F2ED. Grayscale: #414141. Windows color (decimal): -4649710 or 1183161. OLE color: 1183161.
HSL color Cylindrical-coordinate representation of color #B90D12: hue angle of 358.26º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90D12 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 13 | 18 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.27 |
| HSL | 358.26º | 0.87% | 0.39% | - |
| HSV(B) | 358.26º | 0.93% | 0.73% | - |
| XYZ | 20.26 | 10.65 | 1.56 | - |
| YUV | 65 | 101.48 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 18 | 0 | 0.93 | 0.90 | 0.27 | 358.26 | 0.87 | 0.39 |
| Hex | B9 | D | 12 | 0 | 5D | 5A | 1B | 166 | 57 | 27 |
| Octal | 271 | 15 | 22 | 0 | 135 | 132 | 33 | 546 | 127 | 47 |
| Binary | 10111001 | 1101 | 10010 | 0 | 1011101 | 1011010 | 11011 | 101100110 | 1010111 | 100111 |
Color Harmonies of #B90D12
Complementary color
Monochromatic Colors of #B90D12
Black with #B90D12
Text Example
Text Example
White with #B90D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90D12; }
p { color: rgb(185,13,18); }
H1.HeaderClassName
{
color: #B90D12;
}
.AnyTagClassName
{
color: #B90D12;
}
</style>
background-color css
<style>
a { background-color: #B90D12; }
a { background-color: rgb(185,13,18); }
div.DivClassName
{
background-color: #B90D12;
}
.BgClassName
{
background-color: #B90D12;
}
</style>
border-color css
<style>
span { border-color: #B90D12; }
span { border-color: rgb(185,13,18); }
td.TdClassName
{
border-color: #B90D12;
}
.TagClassName
{
border-color: #B90D12;
}
</style>