Shades of Venetian Red #B9002B
Tints of Venetian Red #B9002B
RGB
CMYK
RGB Variations
Color information
#B9002B (or 0xB9002B) is known color: Venetian Red. HEX triplet: B9, 00 and 2B. RGB value is (185,0,43). Sum of RGB (Red+Green+Blue) = 185+0+43=228 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.14% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 185 - color contains mainly: red. Hex color #B9002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9002B is #46FFD4. Grayscale: #3C3C3C. Windows color (decimal): -4653013 or 2818233. OLE color: 2818233.
HSL color Cylindrical-coordinate representation of color #B9002B: hue angle of 346.05º 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 #B9002B is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.77 | 0.27 |
| HSL | 346.05º | 1% | 0.36% | - |
| HSV(B) | 346.05º | 1% | 0.73% | - |
| XYZ | 20.44 | 10.49 | 3.23 | - |
| YUV | 60.22 | 118.29 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 43 | 0 | 1 | 0.77 | 0.27 | 346.05 | 1 | 0.36 |
| Hex | B9 | 0 | 2B | 0 | 64 | 4D | 1B | 15A | 64 | 24 |
| Octal | 271 | 0 | 53 | 0 | 144 | 115 | 33 | 532 | 144 | 44 |
| Binary | 10111001 | 0 | 101011 | 0 | 1100100 | 1001101 | 11011 | 101011010 | 1100100 | 100100 |
Color Harmonies of #B9002B
Complementary color
Monochromatic Colors of #B9002B
Black with #B9002B
Text Example
Text Example
White with #B9002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9002B; }
p { color: rgb(185,0,43); }
H1.HeaderClassName
{
color: #B9002B;
}
.AnyTagClassName
{
color: #B9002B;
}
</style>
background-color css
<style>
a { background-color: #B9002B; }
a { background-color: rgb(185,0,43); }
div.DivClassName
{
background-color: #B9002B;
}
.BgClassName
{
background-color: #B9002B;
}
</style>
border-color css
<style>
span { border-color: #B9002B; }
span { border-color: rgb(185,0,43); }
td.TdClassName
{
border-color: #B9002B;
}
.TagClassName
{
border-color: #B9002B;
}
</style>