Shades of Venetian Red #B8121B
Tints of Venetian Red #B8121B
RGB
CMYK
RGB Variations
Color information
#B8121B (or 0xB8121B) is known color: Venetian Red. HEX triplet: B8, 12 and 1B. RGB value is (184,18,27). Sum of RGB (Red+Green+Blue) = 184+18+27=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B8121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8121B is #47EDE4. Grayscale: #444444. Windows color (decimal): -4713957 or 1774264. OLE color: 1774264.
HSL color Cylindrical-coordinate representation of color #B8121B: hue angle of 356.75º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8121B is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 27 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.28 |
| HSL | 356.75º | 0.82% | 0.4% | - |
| HSV(B) | 356.75º | 0.9% | 0.72% | - |
| XYZ | 20.18 | 10.7 | 2.04 | - |
| YUV | 68.66 | 104.5 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 27 | 0 | 0.90 | 0.85 | 0.28 | 356.75 | 0.82 | 0.4 |
| Hex | B8 | 12 | 1B | 0 | 5A | 55 | 1C | 165 | 52 | 28 |
| Octal | 270 | 22 | 33 | 0 | 132 | 125 | 34 | 545 | 122 | 50 |
| Binary | 10111000 | 10010 | 11011 | 0 | 1011010 | 1010101 | 11100 | 101100101 | 1010010 | 101000 |
Color Harmonies of #B8121B
Complementary color
Monochromatic Colors of #B8121B
Black with #B8121B
Text Example
Text Example
White with #B8121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8121B; }
p { color: rgb(184,18,27); }
H1.HeaderClassName
{
color: #B8121B;
}
.AnyTagClassName
{
color: #B8121B;
}
</style>
background-color css
<style>
a { background-color: #B8121B; }
a { background-color: rgb(184,18,27); }
div.DivClassName
{
background-color: #B8121B;
}
.BgClassName
{
background-color: #B8121B;
}
</style>
border-color css
<style>
span { border-color: #B8121B; }
span { border-color: rgb(184,18,27); }
td.TdClassName
{
border-color: #B8121B;
}
.TagClassName
{
border-color: #B8121B;
}
</style>