Shades of Venetian Red #B9020D
Tints of Venetian Red #B9020D
RGB
CMYK
RGB Variations
Color information
#B9020D (or 0xB9020D) is known color: Venetian Red. HEX triplet: B9, 02 and 0D. RGB value is (185,2,13). Sum of RGB (Red+Green+Blue) = 185+2+13=200 (26% of max value = 765). Red value is 185 (72.66% from 255 or 92.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 185 - color contains mainly: red. Hex color #B9020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9020D is #46FDF2. Grayscale: #3A3A3A. Windows color (decimal): -4652531 or 852665. OLE color: 852665.
HSL color Cylindrical-coordinate representation of color #B9020D: hue angle of 356.39º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9020D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.27 |
| HSL | 356.39º | 0.98% | 0.37% | - |
| HSV(B) | 356.39º | 0.99% | 0.73% | - |
| XYZ | 20.1 | 10.39 | 1.33 | - |
| YUV | 57.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 13 | 0 | 0.99 | 0.93 | 0.27 | 356.39 | 0.98 | 0.37 |
| Hex | B9 | 2 | D | 0 | 63 | 5D | 1B | 164 | 62 | 25 |
| Octal | 271 | 2 | 15 | 0 | 143 | 135 | 33 | 544 | 142 | 45 |
| Binary | 10111001 | 10 | 1101 | 0 | 1100011 | 1011101 | 11011 | 101100100 | 1100010 | 100101 |
Color Harmonies of #B9020D
Complementary color
Monochromatic Colors of #B9020D
Black with #B9020D
Text Example
Text Example
White with #B9020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9020D; }
p { color: rgb(185,2,13); }
H1.HeaderClassName
{
color: #B9020D;
}
.AnyTagClassName
{
color: #B9020D;
}
</style>
background-color css
<style>
a { background-color: #B9020D; }
a { background-color: rgb(185,2,13); }
div.DivClassName
{
background-color: #B9020D;
}
.BgClassName
{
background-color: #B9020D;
}
</style>
border-color css
<style>
span { border-color: #B9020D; }
span { border-color: rgb(185,2,13); }
td.TdClassName
{
border-color: #B9020D;
}
.TagClassName
{
border-color: #B9020D;
}
</style>