Shades of Venetian Red #B9010C
Tints of Venetian Red #B9010C
RGB
CMYK
RGB Variations
Color information
#B9010C (or 0xB9010C) is known color: Venetian Red. HEX triplet: B9, 01 and 0C. RGB value is (185,1,12). Sum of RGB (Red+Green+Blue) = 185+1+12=198 (26% of max value = 765). Red value is 185 (72.66% from 255 or 93.43% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 185 - color contains mainly: red. Hex color #B9010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9010C is #46FEF3. Grayscale: #393939. Windows color (decimal): -4652788 or 786873. OLE color: 786873.
HSL color Cylindrical-coordinate representation of color #B9010C: hue angle of 356.41º 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 #B9010C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.27 |
| HSL | 356.41º | 0.99% | 0.36% | - |
| HSV(B) | 356.41º | 0.99% | 0.73% | - |
| XYZ | 20.08 | 10.36 | 1.29 | - |
| YUV | 57.27 | 102.46 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 12 | 0 | 0.99 | 0.94 | 0.27 | 356.41 | 0.99 | 0.36 |
| Hex | B9 | 1 | C | 0 | 63 | 5E | 1B | 164 | 63 | 24 |
| Octal | 271 | 1 | 14 | 0 | 143 | 136 | 33 | 544 | 143 | 44 |
| Binary | 10111001 | 1 | 1100 | 0 | 1100011 | 1011110 | 11011 | 101100100 | 1100011 | 100100 |
Color Harmonies of #B9010C
Complementary color
Monochromatic Colors of #B9010C
Black with #B9010C
Text Example
Text Example
White with #B9010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9010C; }
p { color: rgb(185,1,12); }
H1.HeaderClassName
{
color: #B9010C;
}
.AnyTagClassName
{
color: #B9010C;
}
</style>
background-color css
<style>
a { background-color: #B9010C; }
a { background-color: rgb(185,1,12); }
div.DivClassName
{
background-color: #B9010C;
}
.BgClassName
{
background-color: #B9010C;
}
</style>
border-color css
<style>
span { border-color: #B9010C; }
span { border-color: rgb(185,1,12); }
td.TdClassName
{
border-color: #B9010C;
}
.TagClassName
{
border-color: #B9010C;
}
</style>