Shades of Venetian Red #B3121C
Tints of Venetian Red #B3121C
RGB
CMYK
RGB Variations
Color information
#B3121C (or 0xB3121C) is known color: Venetian Red. HEX triplet: B3, 12 and 1C. RGB value is (179,18,28). Sum of RGB (Red+Green+Blue) = 179+18+28=225 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.56% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 179 - color contains mainly: red. Hex color #B3121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3121C is #4CEDE3. Grayscale: #434343. Windows color (decimal): -5041636 or 1839795. OLE color: 1839795.
HSL color Cylindrical-coordinate representation of color #B3121C: hue angle of 356.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3121C is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 28 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.30 |
| HSL | 356.27º | 0.82% | 0.39% | - |
| HSV(B) | 356.27º | 0.9% | 0.7% | - |
| XYZ | 19.02 | 10.1 | 2.05 | - |
| YUV | 67.28 | 105.84 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 28 | 0 | 0.90 | 0.84 | 0.30 | 356.27 | 0.82 | 0.39 |
| Hex | B3 | 12 | 1C | 0 | 5A | 54 | 1E | 164 | 52 | 27 |
| Octal | 263 | 22 | 34 | 0 | 132 | 124 | 36 | 544 | 122 | 47 |
| Binary | 10110011 | 10010 | 11100 | 0 | 1011010 | 1010100 | 11110 | 101100100 | 1010010 | 100111 |
Color Harmonies of #B3121C
Complementary color
Monochromatic Colors of #B3121C
Black with #B3121C
Text Example
Text Example
White with #B3121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3121C; }
p { color: rgb(179,18,28); }
H1.HeaderClassName
{
color: #B3121C;
}
.AnyTagClassName
{
color: #B3121C;
}
</style>
background-color css
<style>
a { background-color: #B3121C; }
a { background-color: rgb(179,18,28); }
div.DivClassName
{
background-color: #B3121C;
}
.BgClassName
{
background-color: #B3121C;
}
</style>
border-color css
<style>
span { border-color: #B3121C; }
span { border-color: rgb(179,18,28); }
td.TdClassName
{
border-color: #B3121C;
}
.TagClassName
{
border-color: #B3121C;
}
</style>