Shades of Venetian Red #B8001E
Tints of Venetian Red #B8001E
RGB
CMYK
RGB Variations
Color information
#B8001E (or 0xB8001E) is known color: Venetian Red. HEX triplet: B8, 00 and 1E. RGB value is (184,0,30). Sum of RGB (Red+Green+Blue) = 184+0+30=214 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.98% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 184 - color contains mainly: red. Hex color #B8001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8001E is #47FFE1. Grayscale: #3A3A3A. Windows color (decimal): -4718562 or 1966264. OLE color: 1966264.
HSL color Cylindrical-coordinate representation of color #B8001E: hue angle of 350.22º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8001E is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.84 | 0.28 |
| HSL | 350.22º | 1% | 0.36% | - |
| HSV(B) | 350.22º | 1% | 0.72% | - |
| XYZ | 20 | 10.28 | 2.16 | - |
| YUV | 58.44 | 111.96 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 30 | 0 | 1 | 0.84 | 0.28 | 350.22 | 1 | 0.36 |
| Hex | B8 | 0 | 1E | 0 | 64 | 54 | 1C | 15E | 64 | 24 |
| Octal | 270 | 0 | 36 | 0 | 144 | 124 | 34 | 536 | 144 | 44 |
| Binary | 10111000 | 0 | 11110 | 0 | 1100100 | 1010100 | 11100 | 101011110 | 1100100 | 100100 |
Color Harmonies of #B8001E
Complementary color
Monochromatic Colors of #B8001E
Black with #B8001E
Text Example
Text Example
White with #B8001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8001E; }
p { color: rgb(184,0,30); }
H1.HeaderClassName
{
color: #B8001E;
}
.AnyTagClassName
{
color: #B8001E;
}
</style>
background-color css
<style>
a { background-color: #B8001E; }
a { background-color: rgb(184,0,30); }
div.DivClassName
{
background-color: #B8001E;
}
.BgClassName
{
background-color: #B8001E;
}
</style>
border-color css
<style>
span { border-color: #B8001E; }
span { border-color: rgb(184,0,30); }
td.TdClassName
{
border-color: #B8001E;
}
.TagClassName
{
border-color: #B8001E;
}
</style>