Shades of Venetian Red #B80129
Tints of Venetian Red #B80129
RGB
CMYK
RGB Variations
Color information
#B80129 (or 0xB80129) is known color: Venetian Red. HEX triplet: B8, 01 and 29. RGB value is (184,1,41). Sum of RGB (Red+Green+Blue) = 184+1+41=226 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.42% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 184 - color contains mainly: red. Hex color #B80129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80129 is #47FED6. Grayscale: #3C3C3C. Windows color (decimal): -4718295 or 2687416. OLE color: 2687416.
HSL color Cylindrical-coordinate representation of color #B80129: hue angle of 346.89º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80129 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 41 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.28 |
| HSL | 346.89º | 0.99% | 0.36% | - |
| HSV(B) | 346.89º | 0.99% | 0.72% | - |
| XYZ | 20.18 | 10.37 | 3.04 | - |
| YUV | 60.28 | 117.13 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 41 | 0 | 0.99 | 0.78 | 0.28 | 346.89 | 0.99 | 0.36 |
| Hex | B8 | 1 | 29 | 0 | 63 | 4E | 1C | 15B | 63 | 24 |
| Octal | 270 | 1 | 51 | 0 | 143 | 116 | 34 | 533 | 143 | 44 |
| Binary | 10111000 | 1 | 101001 | 0 | 1100011 | 1001110 | 11100 | 101011011 | 1100011 | 100100 |
Color Harmonies of #B80129
Complementary color
Monochromatic Colors of #B80129
Black with #B80129
Text Example
Text Example
White with #B80129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80129; }
p { color: rgb(184,1,41); }
H1.HeaderClassName
{
color: #B80129;
}
.AnyTagClassName
{
color: #B80129;
}
</style>
background-color css
<style>
a { background-color: #B80129; }
a { background-color: rgb(184,1,41); }
div.DivClassName
{
background-color: #B80129;
}
.BgClassName
{
background-color: #B80129;
}
</style>
border-color css
<style>
span { border-color: #B80129; }
span { border-color: rgb(184,1,41); }
td.TdClassName
{
border-color: #B80129;
}
.TagClassName
{
border-color: #B80129;
}
</style>