Shades of Venetian Red #B80819
Tints of Venetian Red #B80819
RGB
CMYK
RGB Variations
Color information
#B80819 (or 0xB80819) is known color: Venetian Red. HEX triplet: B8, 08 and 19. RGB value is (184,8,25). Sum of RGB (Red+Green+Blue) = 184+8+25=217 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.79% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 184 - color contains mainly: red. Hex color #B80819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80819 is #47F7E6. Grayscale: #3E3E3E. Windows color (decimal): -4716519 or 1640632. OLE color: 1640632.
HSL color Cylindrical-coordinate representation of color #B80819: hue angle of 354.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80819 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 25 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.28 |
| HSL | 354.2º | 0.92% | 0.38% | - |
| HSV(B) | 354.2º | 0.96% | 0.72% | - |
| XYZ | 20.03 | 10.43 | 1.88 | - |
| YUV | 62.56 | 106.81 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 25 | 0 | 0.96 | 0.86 | 0.28 | 354.2 | 0.92 | 0.38 |
| Hex | B8 | 8 | 19 | 0 | 60 | 56 | 1C | 162 | 5C | 26 |
| Octal | 270 | 10 | 31 | 0 | 140 | 126 | 34 | 542 | 134 | 46 |
| Binary | 10111000 | 1000 | 11001 | 0 | 1100000 | 1010110 | 11100 | 101100010 | 1011100 | 100110 |
Color Harmonies of #B80819
Complementary color
Monochromatic Colors of #B80819
Black with #B80819
Text Example
Text Example
White with #B80819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80819; }
p { color: rgb(184,8,25); }
H1.HeaderClassName
{
color: #B80819;
}
.AnyTagClassName
{
color: #B80819;
}
</style>
background-color css
<style>
a { background-color: #B80819; }
a { background-color: rgb(184,8,25); }
div.DivClassName
{
background-color: #B80819;
}
.BgClassName
{
background-color: #B80819;
}
</style>
border-color css
<style>
span { border-color: #B80819; }
span { border-color: rgb(184,8,25); }
td.TdClassName
{
border-color: #B80819;
}
.TagClassName
{
border-color: #B80819;
}
</style>