Shades of Venetian Red #B80204
Tints of Venetian Red #B80204
RGB
CMYK
RGB Variations
Color information
#B80204 (or 0xB80204) is known color: Venetian Red. HEX triplet: B8, 02 and 04. RGB value is (184,2,4). Sum of RGB (Red+Green+Blue) = 184+2+4=190 (25% of max value = 765). Red value is 184 (72.27% from 255 or 96.84% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 184 - color contains mainly: red. Hex color #B80204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80204 is #47FDFB. Grayscale: #383838. Windows color (decimal): -4718076 or 262840. OLE color: 262840.
HSL color Cylindrical-coordinate representation of color #B80204: hue angle of 359.34º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.28 |
| HSL | 359.34º | 0.98% | 0.36% | - |
| HSV(B) | 359.34º | 0.99% | 0.72% | - |
| XYZ | 19.81 | 10.24 | 1.05 | - |
| YUV | 56.65 | 98.3 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 4 | 0 | 0.99 | 0.98 | 0.28 | 359.34 | 0.98 | 0.36 |
| Hex | B8 | 2 | 4 | 0 | 63 | 62 | 1C | 167 | 62 | 24 |
| Octal | 270 | 2 | 4 | 0 | 143 | 142 | 34 | 547 | 142 | 44 |
| Binary | 10111000 | 10 | 100 | 0 | 1100011 | 1100010 | 11100 | 101100111 | 1100010 | 100100 |
Color Harmonies of #B80204
Complementary color
Monochromatic Colors of #B80204
Black with #B80204
Text Example
Text Example
White with #B80204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80204; }
p { color: rgb(184,2,4); }
H1.HeaderClassName
{
color: #B80204;
}
.AnyTagClassName
{
color: #B80204;
}
</style>
background-color css
<style>
a { background-color: #B80204; }
a { background-color: rgb(184,2,4); }
div.DivClassName
{
background-color: #B80204;
}
.BgClassName
{
background-color: #B80204;
}
</style>
border-color css
<style>
span { border-color: #B80204; }
span { border-color: rgb(184,2,4); }
td.TdClassName
{
border-color: #B80204;
}
.TagClassName
{
border-color: #B80204;
}
</style>