Shades of Venetian Red #B51222
Tints of Venetian Red #B51222
RGB
CMYK
RGB Variations
Color information
#B51222 (or 0xB51222) is known color: Venetian Red. HEX triplet: B5, 12 and 22. RGB value is (181,18,34). Sum of RGB (Red+Green+Blue) = 181+18+34=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B51222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51222 is #4AEDDD. Grayscale: #444444. Windows color (decimal): -4910558 or 2233013. OLE color: 2233013.
HSL color Cylindrical-coordinate representation of color #B51222: hue angle of 354.11º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51222 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 34 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.29 |
| HSL | 354.11º | 0.82% | 0.39% | - |
| HSV(B) | 354.11º | 0.9% | 0.71% | - |
| XYZ | 19.56 | 10.37 | 2.48 | - |
| YUV | 68.56 | 108.5 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 34 | 0 | 0.90 | 0.81 | 0.29 | 354.11 | 0.82 | 0.39 |
| Hex | B5 | 12 | 22 | 0 | 5A | 51 | 1D | 162 | 52 | 27 |
| Octal | 265 | 22 | 42 | 0 | 132 | 121 | 35 | 542 | 122 | 47 |
| Binary | 10110101 | 10010 | 100010 | 0 | 1011010 | 1010001 | 11101 | 101100010 | 1010010 | 100111 |
Color Harmonies of #B51222
Complementary color
Monochromatic Colors of #B51222
Black with #B51222
Text Example
Text Example
White with #B51222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51222; }
p { color: rgb(181,18,34); }
H1.HeaderClassName
{
color: #B51222;
}
.AnyTagClassName
{
color: #B51222;
}
</style>
background-color css
<style>
a { background-color: #B51222; }
a { background-color: rgb(181,18,34); }
div.DivClassName
{
background-color: #B51222;
}
.BgClassName
{
background-color: #B51222;
}
</style>
border-color css
<style>
span { border-color: #B51222; }
span { border-color: rgb(181,18,34); }
td.TdClassName
{
border-color: #B51222;
}
.TagClassName
{
border-color: #B51222;
}
</style>