Shades of Venetian Red #B81019
Tints of Venetian Red #B81019
RGB
CMYK
RGB Variations
Color information
#B81019 (or 0xB81019) is known color: Venetian Red. HEX triplet: B8, 10 and 19. RGB value is (184,16,25). Sum of RGB (Red+Green+Blue) = 184+16+25=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B81019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81019 is #47EFE6. Grayscale: #434343. Windows color (decimal): -4714471 or 1642680. OLE color: 1642680.
HSL color Cylindrical-coordinate representation of color #B81019: hue angle of 356.79º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81019 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 25 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.28 |
| HSL | 356.79º | 0.84% | 0.39% | - |
| HSV(B) | 356.79º | 0.91% | 0.72% | - |
| XYZ | 20.13 | 10.63 | 1.91 | - |
| YUV | 67.26 | 104.16 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 25 | 0 | 0.91 | 0.86 | 0.28 | 356.79 | 0.84 | 0.39 |
| Hex | B8 | 10 | 19 | 0 | 5B | 56 | 1C | 165 | 54 | 27 |
| Octal | 270 | 20 | 31 | 0 | 133 | 126 | 34 | 545 | 124 | 47 |
| Binary | 10111000 | 10000 | 11001 | 0 | 1011011 | 1010110 | 11100 | 101100101 | 1010100 | 100111 |
Color Harmonies of #B81019
Complementary color
Monochromatic Colors of #B81019
Black with #B81019
Text Example
Text Example
White with #B81019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81019; }
p { color: rgb(184,16,25); }
H1.HeaderClassName
{
color: #B81019;
}
.AnyTagClassName
{
color: #B81019;
}
</style>
background-color css
<style>
a { background-color: #B81019; }
a { background-color: rgb(184,16,25); }
div.DivClassName
{
background-color: #B81019;
}
.BgClassName
{
background-color: #B81019;
}
</style>
border-color css
<style>
span { border-color: #B81019; }
span { border-color: rgb(184,16,25); }
td.TdClassName
{
border-color: #B81019;
}
.TagClassName
{
border-color: #B81019;
}
</style>