Shades of Venetian Red #B8121C
Tints of Venetian Red #B8121C
RGB
CMYK
RGB Variations
Color information
#B8121C (or 0xB8121C) is known color: Venetian Red. HEX triplet: B8, 12 and 1C. RGB value is (184,18,28). Sum of RGB (Red+Green+Blue) = 184+18+28=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B8121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8121C is #47EDE3. Grayscale: #444444. Windows color (decimal): -4713956 or 1839800. OLE color: 1839800.
HSL color Cylindrical-coordinate representation of color #B8121C: hue angle of 356.39º 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 #B8121C is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 28 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.28 |
| HSL | 356.39º | 0.82% | 0.4% | - |
| HSV(B) | 356.39º | 0.9% | 0.72% | - |
| XYZ | 20.19 | 10.71 | 2.1 | - |
| YUV | 68.77 | 105 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 28 | 0 | 0.90 | 0.85 | 0.28 | 356.39 | 0.82 | 0.4 |
| Hex | B8 | 12 | 1C | 0 | 5A | 55 | 1C | 164 | 52 | 28 |
| Octal | 270 | 22 | 34 | 0 | 132 | 125 | 34 | 544 | 122 | 50 |
| Binary | 10111000 | 10010 | 11100 | 0 | 1011010 | 1010101 | 11100 | 101100100 | 1010010 | 101000 |
Color Harmonies of #B8121C
Complementary color
Monochromatic Colors of #B8121C
Black with #B8121C
Text Example
Text Example
White with #B8121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8121C; }
p { color: rgb(184,18,28); }
H1.HeaderClassName
{
color: #B8121C;
}
.AnyTagClassName
{
color: #B8121C;
}
</style>
background-color css
<style>
a { background-color: #B8121C; }
a { background-color: rgb(184,18,28); }
div.DivClassName
{
background-color: #B8121C;
}
.BgClassName
{
background-color: #B8121C;
}
</style>
border-color css
<style>
span { border-color: #B8121C; }
span { border-color: rgb(184,18,28); }
td.TdClassName
{
border-color: #B8121C;
}
.TagClassName
{
border-color: #B8121C;
}
</style>