Shades of Venetian Red #B8010B
Tints of Venetian Red #B8010B
RGB
CMYK
RGB Variations
Color information
#B8010B (or 0xB8010B) is known color: Venetian Red. HEX triplet: B8, 01 and 0B. RGB value is (184,1,11). Sum of RGB (Red+Green+Blue) = 184+1+11=196 (25% of max value = 765). Red value is 184 (72.27% from 255 or 93.88% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 184 - color contains mainly: red. Hex color #B8010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8010B is #47FEF4. Grayscale: #393939. Windows color (decimal): -4718325 or 721336. OLE color: 721336.
HSL color Cylindrical-coordinate representation of color #B8010B: hue angle of 356.72º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8010B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.28 |
| HSL | 356.72º | 0.99% | 0.36% | - |
| HSV(B) | 356.72º | 0.99% | 0.72% | - |
| XYZ | 19.84 | 10.24 | 1.25 | - |
| YUV | 56.86 | 102.13 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 11 | 0 | 0.99 | 0.94 | 0.28 | 356.72 | 0.99 | 0.36 |
| Hex | B8 | 1 | B | 0 | 63 | 5E | 1C | 165 | 63 | 24 |
| Octal | 270 | 1 | 13 | 0 | 143 | 136 | 34 | 545 | 143 | 44 |
| Binary | 10111000 | 1 | 1011 | 0 | 1100011 | 1011110 | 11100 | 101100101 | 1100011 | 100100 |
Color Harmonies of #B8010B
Complementary color
Monochromatic Colors of #B8010B
Black with #B8010B
Text Example
Text Example
White with #B8010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8010B; }
p { color: rgb(184,1,11); }
H1.HeaderClassName
{
color: #B8010B;
}
.AnyTagClassName
{
color: #B8010B;
}
</style>
background-color css
<style>
a { background-color: #B8010B; }
a { background-color: rgb(184,1,11); }
div.DivClassName
{
background-color: #B8010B;
}
.BgClassName
{
background-color: #B8010B;
}
</style>
border-color css
<style>
span { border-color: #B8010B; }
span { border-color: rgb(184,1,11); }
td.TdClassName
{
border-color: #B8010B;
}
.TagClassName
{
border-color: #B8010B;
}
</style>