Shades of Venetian Red #B80A2A
Tints of Venetian Red #B80A2A
RGB
CMYK
RGB Variations
Color information
#B80A2A (or 0xB80A2A) is known color: Venetian Red. HEX triplet: B8, 0A and 2A. RGB value is (184,10,42). Sum of RGB (Red+Green+Blue) = 184+10+42=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A2A is #47F5D5. Grayscale: #414141. Windows color (decimal): -4715990 or 2755256. OLE color: 2755256.
HSL color Cylindrical-coordinate representation of color #B80A2A: hue angle of 348.97º degrees, saturation: 0.9, 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 #B80A2A is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 10 | 42 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.28 |
| HSL | 348.97º | 0.9% | 0.38% | - |
| HSV(B) | 348.97º | 0.95% | 0.72% | - |
| XYZ | 20.29 | 10.57 | 3.16 | - |
| YUV | 65.67 | 114.65 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 42 | 0 | 0.95 | 0.77 | 0.28 | 348.97 | 0.9 | 0.38 |
| Hex | B8 | A | 2A | 0 | 5F | 4D | 1C | 15D | 5A | 26 |
| Octal | 270 | 12 | 52 | 0 | 137 | 115 | 34 | 535 | 132 | 46 |
| Binary | 10111000 | 1010 | 101010 | 0 | 1011111 | 1001101 | 11100 | 101011101 | 1011010 | 100110 |
Color Harmonies of #B80A2A
Complementary color
Monochromatic Colors of #B80A2A
Black with #B80A2A
Text Example
Text Example
White with #B80A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80A2A; }
p { color: rgb(184,10,42); }
H1.HeaderClassName
{
color: #B80A2A;
}
.AnyTagClassName
{
color: #B80A2A;
}
</style>
background-color css
<style>
a { background-color: #B80A2A; }
a { background-color: rgb(184,10,42); }
div.DivClassName
{
background-color: #B80A2A;
}
.BgClassName
{
background-color: #B80A2A;
}
</style>
border-color css
<style>
span { border-color: #B80A2A; }
span { border-color: rgb(184,10,42); }
td.TdClassName
{
border-color: #B80A2A;
}
.TagClassName
{
border-color: #B80A2A;
}
</style>