Shades of Venetian Red #B8010A
Tints of Venetian Red #B8010A
RGB
CMYK
RGB Variations
Color information
#B8010A (or 0xB8010A) is known color: Venetian Red. HEX triplet: B8, 01 and 0A. RGB value is (184,1,10). Sum of RGB (Red+Green+Blue) = 184+1+10=195 (25% of max value = 765). Red value is 184 (72.27% from 255 or 94.36% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 184 - color contains mainly: red. Hex color #B8010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8010A is #47FEF5. Grayscale: #383838. Windows color (decimal): -4718326 or 655800. OLE color: 655800.
HSL color Cylindrical-coordinate representation of color #B8010A: hue angle of 357.05º 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 #B8010A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.28 |
| HSL | 357.05º | 0.99% | 0.36% | - |
| HSV(B) | 357.05º | 0.99% | 0.72% | - |
| XYZ | 19.83 | 10.23 | 1.22 | - |
| YUV | 56.74 | 101.63 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 10 | 0 | 0.99 | 0.95 | 0.28 | 357.05 | 0.99 | 0.36 |
| Hex | B8 | 1 | A | 0 | 63 | 5F | 1C | 165 | 63 | 24 |
| Octal | 270 | 1 | 12 | 0 | 143 | 137 | 34 | 545 | 143 | 44 |
| Binary | 10111000 | 1 | 1010 | 0 | 1100011 | 1011111 | 11100 | 101100101 | 1100011 | 100100 |
Color Harmonies of #B8010A
Complementary color
Monochromatic Colors of #B8010A
Black with #B8010A
Text Example
Text Example
White with #B8010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8010A; }
p { color: rgb(184,1,10); }
H1.HeaderClassName
{
color: #B8010A;
}
.AnyTagClassName
{
color: #B8010A;
}
</style>
background-color css
<style>
a { background-color: #B8010A; }
a { background-color: rgb(184,1,10); }
div.DivClassName
{
background-color: #B8010A;
}
.BgClassName
{
background-color: #B8010A;
}
</style>
border-color css
<style>
span { border-color: #B8010A; }
span { border-color: rgb(184,1,10); }
td.TdClassName
{
border-color: #B8010A;
}
.TagClassName
{
border-color: #B8010A;
}
</style>