Shades of Venetian Red #B80007
Tints of Venetian Red #B80007
RGB
CMYK
RGB Variations
Color information
#B80007 (or 0xB80007) is known color: Venetian Red. HEX triplet: B8, 00 and 07. RGB value is (184,0,7). Sum of RGB (Red+Green+Blue) = 184+0+7=191 (25% of max value = 765). Red value is 184 (72.27% from 255 or 96.34% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 184 - color contains mainly: red. Hex color #B80007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80007 is #47FFF8. Grayscale: #373737. Windows color (decimal): -4718585 or 458936. OLE color: 458936.
HSL color Cylindrical-coordinate representation of color #B80007: hue angle of 357.72º 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 #B80007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.28 |
| HSL | 357.72º | 1% | 0.36% | - |
| HSV(B) | 357.72º | 1% | 0.72% | - |
| XYZ | 19.81 | 10.21 | 1.13 | - |
| YUV | 55.81 | 100.46 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 7 | 0 | 1 | 0.96 | 0.28 | 357.72 | 1 | 0.36 |
| Hex | B8 | 0 | 7 | 0 | 64 | 60 | 1C | 166 | 64 | 24 |
| Octal | 270 | 0 | 7 | 0 | 144 | 140 | 34 | 546 | 144 | 44 |
| Binary | 10111000 | 0 | 111 | 0 | 1100100 | 1100000 | 11100 | 101100110 | 1100100 | 100100 |
Color Harmonies of #B80007
Complementary color
Monochromatic Colors of #B80007
Black with #B80007
Text Example
Text Example
White with #B80007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80007; }
p { color: rgb(184,0,7); }
H1.HeaderClassName
{
color: #B80007;
}
.AnyTagClassName
{
color: #B80007;
}
</style>
background-color css
<style>
a { background-color: #B80007; }
a { background-color: rgb(184,0,7); }
div.DivClassName
{
background-color: #B80007;
}
.BgClassName
{
background-color: #B80007;
}
</style>
border-color css
<style>
span { border-color: #B80007; }
span { border-color: rgb(184,0,7); }
td.TdClassName
{
border-color: #B80007;
}
.TagClassName
{
border-color: #B80007;
}
</style>