Shades of Venetian Red #B80019
Tints of Venetian Red #B80019
RGB
CMYK
RGB Variations
Color information
#B80019 (or 0xB80019) is known color: Venetian Red. HEX triplet: B8, 00 and 19. RGB value is (184,0,25). Sum of RGB (Red+Green+Blue) = 184+0+25=209 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.04% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 184 - color contains mainly: red. Hex color #B80019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80019 is #47FFE6. Grayscale: #393939. Windows color (decimal): -4718567 or 1638584. OLE color: 1638584.
HSL color Cylindrical-coordinate representation of color #B80019: hue angle of 351.85º 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 #B80019 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.86 | 0.28 |
| HSL | 351.85º | 1% | 0.36% | - |
| HSV(B) | 351.85º | 1% | 0.72% | - |
| XYZ | 19.94 | 10.26 | 1.85 | - |
| YUV | 57.87 | 109.46 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 25 | 0 | 1 | 0.86 | 0.28 | 351.85 | 1 | 0.36 |
| Hex | B8 | 0 | 19 | 0 | 64 | 56 | 1C | 160 | 64 | 24 |
| Octal | 270 | 0 | 31 | 0 | 144 | 126 | 34 | 540 | 144 | 44 |
| Binary | 10111000 | 0 | 11001 | 0 | 1100100 | 1010110 | 11100 | 101100000 | 1100100 | 100100 |
Color Harmonies of #B80019
Complementary color
Monochromatic Colors of #B80019
Black with #B80019
Text Example
Text Example
White with #B80019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80019; }
p { color: rgb(184,0,25); }
H1.HeaderClassName
{
color: #B80019;
}
.AnyTagClassName
{
color: #B80019;
}
</style>
background-color css
<style>
a { background-color: #B80019; }
a { background-color: rgb(184,0,25); }
div.DivClassName
{
background-color: #B80019;
}
.BgClassName
{
background-color: #B80019;
}
</style>
border-color css
<style>
span { border-color: #B80019; }
span { border-color: rgb(184,0,25); }
td.TdClassName
{
border-color: #B80019;
}
.TagClassName
{
border-color: #B80019;
}
</style>