Shades of Venetian Red #B80828
Tints of Venetian Red #B80828
RGB
CMYK
RGB Variations
Color information
#B80828 (or 0xB80828) is known color: Venetian Red. HEX triplet: B8, 08 and 28. RGB value is (184,8,40). Sum of RGB (Red+Green+Blue) = 184+8+40=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B80828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80828 is #47F7D7. Grayscale: #404040. Windows color (decimal): -4716504 or 2623672. OLE color: 2623672.
HSL color Cylindrical-coordinate representation of color #B80828: hue angle of 349.09º 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 #B80828 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.28 |
| HSL | 349.09º | 0.92% | 0.38% | - |
| HSV(B) | 349.09º | 0.96% | 0.72% | - |
| XYZ | 20.24 | 10.52 | 2.97 | - |
| YUV | 64.27 | 114.31 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 40 | 0 | 0.96 | 0.78 | 0.28 | 349.09 | 0.92 | 0.38 |
| Hex | B8 | 8 | 28 | 0 | 60 | 4E | 1C | 15D | 5C | 26 |
| Octal | 270 | 10 | 50 | 0 | 140 | 116 | 34 | 535 | 134 | 46 |
| Binary | 10111000 | 1000 | 101000 | 0 | 1100000 | 1001110 | 11100 | 101011101 | 1011100 | 100110 |
Color Harmonies of #B80828
Complementary color
Monochromatic Colors of #B80828
Black with #B80828
Text Example
Text Example
White with #B80828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80828; }
p { color: rgb(184,8,40); }
H1.HeaderClassName
{
color: #B80828;
}
.AnyTagClassName
{
color: #B80828;
}
</style>
background-color css
<style>
a { background-color: #B80828; }
a { background-color: rgb(184,8,40); }
div.DivClassName
{
background-color: #B80828;
}
.BgClassName
{
background-color: #B80828;
}
</style>
border-color css
<style>
span { border-color: #B80828; }
span { border-color: rgb(184,8,40); }
td.TdClassName
{
border-color: #B80828;
}
.TagClassName
{
border-color: #B80828;
}
</style>