Shades of Venetian Red #B80001
Tints of Venetian Red #B80001
RGB
CMYK
RGB Variations
Color information
#B80001 (or 0xB80001) is known color: Venetian Red. HEX triplet: B8, 00 and 01. RGB value is (184,0,1). Sum of RGB (Red+Green+Blue) = 184+0+1=185 (24% of max value = 765). Red value is 184 (72.27% from 255 or 99.46% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 184 - color contains mainly: red. Hex color #B80001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80001 is #47FFFE. Grayscale: #373737. Windows color (decimal): -4718591 or 65720. OLE color: 65720.
HSL color Cylindrical-coordinate representation of color #B80001: hue angle of 359.67º 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 #B80001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.28 |
| HSL | 359.67º | 1% | 0.36% | - |
| HSV(B) | 359.67º | 1% | 0.72% | - |
| XYZ | 19.77 | 10.19 | 0.95 | - |
| YUV | 55.13 | 97.46 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 1 | 0 | 1 | 0.99 | 0.28 | 359.67 | 1 | 0.36 |
| Hex | B8 | 0 | 1 | 0 | 64 | 63 | 1C | 168 | 64 | 24 |
| Octal | 270 | 0 | 1 | 0 | 144 | 143 | 34 | 550 | 144 | 44 |
| Binary | 10111000 | 0 | 1 | 0 | 1100100 | 1100011 | 11100 | 101101000 | 1100100 | 100100 |
Color Harmonies of #B80001
Complementary color
Monochromatic Colors of #B80001
Black with #B80001
Text Example
Text Example
White with #B80001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80001; }
p { color: rgb(184,0,1); }
H1.HeaderClassName
{
color: #B80001;
}
.AnyTagClassName
{
color: #B80001;
}
</style>
background-color css
<style>
a { background-color: #B80001; }
a { background-color: rgb(184,0,1); }
div.DivClassName
{
background-color: #B80001;
}
.BgClassName
{
background-color: #B80001;
}
</style>
border-color css
<style>
span { border-color: #B80001; }
span { border-color: rgb(184,0,1); }
td.TdClassName
{
border-color: #B80001;
}
.TagClassName
{
border-color: #B80001;
}
</style>