Shades of Venetian Red #B9002C
Tints of Venetian Red #B9002C
RGB
CMYK
RGB Variations
Color information
#B9002C (or 0xB9002C) is known color: Venetian Red. HEX triplet: B9, 00 and 2C. RGB value is (185,0,44). Sum of RGB (Red+Green+Blue) = 185+0+44=229 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.79% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 185 - color contains mainly: red. Hex color #B9002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9002C is #46FFD3. Grayscale: #3C3C3C. Windows color (decimal): -4653012 or 2883769. OLE color: 2883769.
HSL color Cylindrical-coordinate representation of color #B9002C: hue angle of 345.73º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9002C is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.76 | 0.27 |
| HSL | 345.73º | 1% | 0.36% | - |
| HSV(B) | 345.73º | 1% | 0.73% | - |
| XYZ | 20.46 | 10.5 | 3.33 | - |
| YUV | 60.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 44 | 0 | 1 | 0.76 | 0.27 | 345.73 | 1 | 0.36 |
| Hex | B9 | 0 | 2C | 0 | 64 | 4C | 1B | 15A | 64 | 24 |
| Octal | 271 | 0 | 54 | 0 | 144 | 114 | 33 | 532 | 144 | 44 |
| Binary | 10111001 | 0 | 101100 | 0 | 1100100 | 1001100 | 11011 | 101011010 | 1100100 | 100100 |
Color Harmonies of #B9002C
Complementary color
Monochromatic Colors of #B9002C
Black with #B9002C
Text Example
Text Example
White with #B9002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9002C; }
p { color: rgb(185,0,44); }
H1.HeaderClassName
{
color: #B9002C;
}
.AnyTagClassName
{
color: #B9002C;
}
</style>
background-color css
<style>
a { background-color: #B9002C; }
a { background-color: rgb(185,0,44); }
div.DivClassName
{
background-color: #B9002C;
}
.BgClassName
{
background-color: #B9002C;
}
</style>
border-color css
<style>
span { border-color: #B9002C; }
span { border-color: rgb(185,0,44); }
td.TdClassName
{
border-color: #B9002C;
}
.TagClassName
{
border-color: #B9002C;
}
</style>