Shades of Venetian Red #B8010C
Tints of Venetian Red #B8010C
RGB
CMYK
RGB Variations
Color information
#B8010C (or 0xB8010C) is known color: Venetian Red. HEX triplet: B8, 01 and 0C. RGB value is (184,1,12). Sum of RGB (Red+Green+Blue) = 184+1+12=197 (26% of max value = 765). Red value is 184 (72.27% from 255 or 93.40% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 184 - color contains mainly: red. Hex color #B8010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8010C is #47FEF3. Grayscale: #393939. Windows color (decimal): -4718324 or 786872. OLE color: 786872.
HSL color Cylindrical-coordinate representation of color #B8010C: hue angle of 356.39º 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 #B8010C is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.28 |
| HSL | 356.39º | 0.99% | 0.36% | - |
| HSV(B) | 356.39º | 0.99% | 0.72% | - |
| XYZ | 19.84 | 10.24 | 1.28 | - |
| YUV | 56.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 12 | 0 | 0.99 | 0.93 | 0.28 | 356.39 | 0.99 | 0.36 |
| Hex | B8 | 1 | C | 0 | 63 | 5D | 1C | 164 | 63 | 24 |
| Octal | 270 | 1 | 14 | 0 | 143 | 135 | 34 | 544 | 143 | 44 |
| Binary | 10111000 | 1 | 1100 | 0 | 1100011 | 1011101 | 11100 | 101100100 | 1100011 | 100100 |
Color Harmonies of #B8010C
Complementary color
Monochromatic Colors of #B8010C
Black with #B8010C
Text Example
Text Example
White with #B8010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8010C; }
p { color: rgb(184,1,12); }
H1.HeaderClassName
{
color: #B8010C;
}
.AnyTagClassName
{
color: #B8010C;
}
</style>
background-color css
<style>
a { background-color: #B8010C; }
a { background-color: rgb(184,1,12); }
div.DivClassName
{
background-color: #B8010C;
}
.BgClassName
{
background-color: #B8010C;
}
</style>
border-color css
<style>
span { border-color: #B8010C; }
span { border-color: rgb(184,1,12); }
td.TdClassName
{
border-color: #B8010C;
}
.TagClassName
{
border-color: #B8010C;
}
</style>