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