Shades of Venetian Red #B8001F
Tints of Venetian Red #B8001F
RGB
CMYK
RGB Variations
Color information
#B8001F (or 0xB8001F) is known color: Venetian Red. HEX triplet: B8, 00 and 1F. RGB value is (184,0,31). Sum of RGB (Red+Green+Blue) = 184+0+31=215 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.58% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 184 - color contains mainly: red. Hex color #B8001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8001F is #47FFE0. Grayscale: #3A3A3A. Windows color (decimal): -4718561 or 2031800. OLE color: 2031800.
HSL color Cylindrical-coordinate representation of color #B8001F: hue angle of 349.89º 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 #B8001F is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.83 | 0.28 |
| HSL | 349.89º | 1% | 0.36% | - |
| HSV(B) | 349.89º | 1% | 0.72% | - |
| XYZ | 20.01 | 10.29 | 2.23 | - |
| YUV | 58.55 | 112.46 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 31 | 0 | 1 | 0.83 | 0.28 | 349.89 | 1 | 0.36 |
| Hex | B8 | 0 | 1F | 0 | 64 | 53 | 1C | 15E | 64 | 24 |
| Octal | 270 | 0 | 37 | 0 | 144 | 123 | 34 | 536 | 144 | 44 |
| Binary | 10111000 | 0 | 11111 | 0 | 1100100 | 1010011 | 11100 | 101011110 | 1100100 | 100100 |
Color Harmonies of #B8001F
Complementary color
Monochromatic Colors of #B8001F
Black with #B8001F
Text Example
Text Example
White with #B8001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8001F; }
p { color: rgb(184,0,31); }
H1.HeaderClassName
{
color: #B8001F;
}
.AnyTagClassName
{
color: #B8001F;
}
</style>
background-color css
<style>
a { background-color: #B8001F; }
a { background-color: rgb(184,0,31); }
div.DivClassName
{
background-color: #B8001F;
}
.BgClassName
{
background-color: #B8001F;
}
</style>
border-color css
<style>
span { border-color: #B8001F; }
span { border-color: rgb(184,0,31); }
td.TdClassName
{
border-color: #B8001F;
}
.TagClassName
{
border-color: #B8001F;
}
</style>