Shades of Venetian Red #B80915
Tints of Venetian Red #B80915
RGB
CMYK
RGB Variations
Color information
#B80915 (or 0xB80915) is known color: Venetian Red. HEX triplet: B8, 09 and 15. RGB value is (184,9,21). Sum of RGB (Red+Green+Blue) = 184+9+21=214 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.98% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 184 - color contains mainly: red. Hex color #B80915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80915 is #47F6EA. Grayscale: #3E3E3E. Windows color (decimal): -4716267 or 1378744. OLE color: 1378744.
HSL color Cylindrical-coordinate representation of color #B80915: hue angle of 355.89º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80915 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 21 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.28 |
| HSL | 355.89º | 0.91% | 0.38% | - |
| HSV(B) | 355.89º | 0.95% | 0.72% | - |
| XYZ | 20 | 10.44 | 1.67 | - |
| YUV | 62.69 | 104.48 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 21 | 0 | 0.95 | 0.89 | 0.28 | 355.89 | 0.91 | 0.38 |
| Hex | B8 | 9 | 15 | 0 | 5F | 59 | 1C | 164 | 5B | 26 |
| Octal | 270 | 11 | 25 | 0 | 137 | 131 | 34 | 544 | 133 | 46 |
| Binary | 10111000 | 1001 | 10101 | 0 | 1011111 | 1011001 | 11100 | 101100100 | 1011011 | 100110 |
Color Harmonies of #B80915
Complementary color
Monochromatic Colors of #B80915
Black with #B80915
Text Example
Text Example
White with #B80915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80915; }
p { color: rgb(184,9,21); }
H1.HeaderClassName
{
color: #B80915;
}
.AnyTagClassName
{
color: #B80915;
}
</style>
background-color css
<style>
a { background-color: #B80915; }
a { background-color: rgb(184,9,21); }
div.DivClassName
{
background-color: #B80915;
}
.BgClassName
{
background-color: #B80915;
}
</style>
border-color css
<style>
span { border-color: #B80915; }
span { border-color: rgb(184,9,21); }
td.TdClassName
{
border-color: #B80915;
}
.TagClassName
{
border-color: #B80915;
}
</style>