Shades of Venetian Red #B90C1D
Tints of Venetian Red #B90C1D
RGB
CMYK
RGB Variations
Color information
#B90C1D (or 0xB90C1D) is known color: Venetian Red. HEX triplet: B9, 0C and 1D. RGB value is (185,12,29). Sum of RGB (Red+Green+Blue) = 185+12+29=226 (29% of max value = 765). Red value is 185 (72.66% from 255 or 81.86% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C1D is #46F3E2. Grayscale: #414141. Windows color (decimal): -4649955 or 1903801. OLE color: 1903801.
HSL color Cylindrical-coordinate representation of color #B90C1D: hue angle of 354.1º 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 #B90C1D is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 29 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.27 |
| HSL | 354.1º | 0.88% | 0.39% | - |
| HSV(B) | 354.1º | 0.94% | 0.73% | - |
| XYZ | 20.36 | 10.67 | 2.15 | - |
| YUV | 65.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 29 | 0 | 0.94 | 0.84 | 0.27 | 354.1 | 0.88 | 0.39 |
| Hex | B9 | C | 1D | 0 | 5E | 54 | 1B | 162 | 58 | 27 |
| Octal | 271 | 14 | 35 | 0 | 136 | 124 | 33 | 542 | 130 | 47 |
| Binary | 10111001 | 1100 | 11101 | 0 | 1011110 | 1010100 | 11011 | 101100010 | 1011000 | 100111 |
Color Harmonies of #B90C1D
Complementary color
Monochromatic Colors of #B90C1D
Black with #B90C1D
Text Example
Text Example
White with #B90C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C1D; }
p { color: rgb(185,12,29); }
H1.HeaderClassName
{
color: #B90C1D;
}
.AnyTagClassName
{
color: #B90C1D;
}
</style>
background-color css
<style>
a { background-color: #B90C1D; }
a { background-color: rgb(185,12,29); }
div.DivClassName
{
background-color: #B90C1D;
}
.BgClassName
{
background-color: #B90C1D;
}
</style>
border-color css
<style>
span { border-color: #B90C1D; }
span { border-color: rgb(185,12,29); }
td.TdClassName
{
border-color: #B90C1D;
}
.TagClassName
{
border-color: #B90C1D;
}
</style>