Shades of Venetian Red #B9010D
Tints of Venetian Red #B9010D
RGB
CMYK
RGB Variations
Color information
#B9010D (or 0xB9010D) is known color: Venetian Red. HEX triplet: B9, 01 and 0D. RGB value is (185,1,13). Sum of RGB (Red+Green+Blue) = 185+1+13=199 (26% of max value = 765). Red value is 185 (72.66% from 255 or 92.96% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 185 - color contains mainly: red. Hex color #B9010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9010D is #46FEF2. Grayscale: #393939. Windows color (decimal): -4652787 or 852409. OLE color: 852409.
HSL color Cylindrical-coordinate representation of color #B9010D: hue angle of 356.09º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9010D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.27 |
| HSL | 356.09º | 0.99% | 0.36% | - |
| HSV(B) | 356.09º | 0.99% | 0.73% | - |
| XYZ | 20.09 | 10.37 | 1.32 | - |
| YUV | 57.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 13 | 0 | 0.99 | 0.93 | 0.27 | 356.09 | 0.99 | 0.36 |
| Hex | B9 | 1 | D | 0 | 63 | 5D | 1B | 164 | 63 | 24 |
| Octal | 271 | 1 | 15 | 0 | 143 | 135 | 33 | 544 | 143 | 44 |
| Binary | 10111001 | 1 | 1101 | 0 | 1100011 | 1011101 | 11011 | 101100100 | 1100011 | 100100 |
Color Harmonies of #B9010D
Complementary color
Monochromatic Colors of #B9010D
Black with #B9010D
Text Example
Text Example
White with #B9010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9010D; }
p { color: rgb(185,1,13); }
H1.HeaderClassName
{
color: #B9010D;
}
.AnyTagClassName
{
color: #B9010D;
}
</style>
background-color css
<style>
a { background-color: #B9010D; }
a { background-color: rgb(185,1,13); }
div.DivClassName
{
background-color: #B9010D;
}
.BgClassName
{
background-color: #B9010D;
}
</style>
border-color css
<style>
span { border-color: #B9010D; }
span { border-color: rgb(185,1,13); }
td.TdClassName
{
border-color: #B9010D;
}
.TagClassName
{
border-color: #B9010D;
}
</style>