Shades of Venetian Red #B80008
Tints of Venetian Red #B80008
RGB
CMYK
RGB Variations
Color information
#B80008 (or 0xB80008) is known color: Venetian Red. HEX triplet: B8, 00 and 08. RGB value is (184,0,8). Sum of RGB (Red+Green+Blue) = 184+0+8=192 (25% of max value = 765). Red value is 184 (72.27% from 255 or 95.83% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 184 - color contains mainly: red. Hex color #B80008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80008 is #47FFF7. Grayscale: #383838. Windows color (decimal): -4718584 or 524472. OLE color: 524472.
HSL color Cylindrical-coordinate representation of color #B80008: hue angle of 357.39º 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 #B80008 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.96 | 0.28 |
| HSL | 357.39º | 1% | 0.36% | - |
| HSV(B) | 357.39º | 1% | 0.72% | - |
| XYZ | 19.81 | 10.21 | 1.16 | - |
| YUV | 55.93 | 100.96 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 8 | 0 | 1 | 0.96 | 0.28 | 357.39 | 1 | 0.36 |
| Hex | B8 | 0 | 8 | 0 | 64 | 60 | 1C | 165 | 64 | 24 |
| Octal | 270 | 0 | 10 | 0 | 144 | 140 | 34 | 545 | 144 | 44 |
| Binary | 10111000 | 0 | 1000 | 0 | 1100100 | 1100000 | 11100 | 101100101 | 1100100 | 100100 |
Color Harmonies of #B80008
Complementary color
Monochromatic Colors of #B80008
Black with #B80008
Text Example
Text Example
White with #B80008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80008; }
p { color: rgb(184,0,8); }
H1.HeaderClassName
{
color: #B80008;
}
.AnyTagClassName
{
color: #B80008;
}
</style>
background-color css
<style>
a { background-color: #B80008; }
a { background-color: rgb(184,0,8); }
div.DivClassName
{
background-color: #B80008;
}
.BgClassName
{
background-color: #B80008;
}
</style>
border-color css
<style>
span { border-color: #B80008; }
span { border-color: rgb(184,0,8); }
td.TdClassName
{
border-color: #B80008;
}
.TagClassName
{
border-color: #B80008;
}
</style>