Shades of Venetian Red #B80B0D
Tints of Venetian Red #B80B0D
RGB
CMYK
RGB Variations
Color information
#B80B0D (or 0xB80B0D) is known color: Venetian Red. HEX triplet: B8, 0B and 0D. RGB value is (184,11,13). Sum of RGB (Red+Green+Blue) = 184+11+13=208 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.46% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80B0D is #47F4F2. Grayscale: #3F3F3F. Windows color (decimal): -4715763 or 854968. OLE color: 854968.
HSL color Cylindrical-coordinate representation of color #B80B0D: hue angle of 359.31º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B0D is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 13 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.28 |
| HSL | 359.31º | 0.89% | 0.38% | - |
| HSV(B) | 359.31º | 0.94% | 0.72% | - |
| XYZ | 19.96 | 10.46 | 1.35 | - |
| YUV | 62.96 | 99.81 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 13 | 0 | 0.94 | 0.93 | 0.28 | 359.31 | 0.89 | 0.38 |
| Hex | B8 | B | D | 0 | 5E | 5D | 1C | 167 | 59 | 26 |
| Octal | 270 | 13 | 15 | 0 | 136 | 135 | 34 | 547 | 131 | 46 |
| Binary | 10111000 | 1011 | 1101 | 0 | 1011110 | 1011101 | 11100 | 101100111 | 1011001 | 100110 |
Color Harmonies of #B80B0D
Complementary color
Monochromatic Colors of #B80B0D
Black with #B80B0D
Text Example
Text Example
White with #B80B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B0D; }
p { color: rgb(184,11,13); }
H1.HeaderClassName
{
color: #B80B0D;
}
.AnyTagClassName
{
color: #B80B0D;
}
</style>
background-color css
<style>
a { background-color: #B80B0D; }
a { background-color: rgb(184,11,13); }
div.DivClassName
{
background-color: #B80B0D;
}
.BgClassName
{
background-color: #B80B0D;
}
</style>
border-color css
<style>
span { border-color: #B80B0D; }
span { border-color: rgb(184,11,13); }
td.TdClassName
{
border-color: #B80B0D;
}
.TagClassName
{
border-color: #B80B0D;
}
</style>