Shades of Venetian Red #B61220
Tints of Venetian Red #B61220
RGB
CMYK
RGB Variations
Color information
#B61220 (or 0xB61220) is known color: Venetian Red. HEX triplet: B6, 12 and 20. RGB value is (182,18,32). Sum of RGB (Red+Green+Blue) = 182+18+32=232 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.45% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 182 - color contains mainly: red. Hex color #B61220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61220 is #49EDDF. Grayscale: #444444. Windows color (decimal): -4845024 or 2101942. OLE color: 2101942.
HSL color Cylindrical-coordinate representation of color #B61220: hue angle of 354.88º 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 #B61220 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 18 | 32 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.29 |
| HSL | 354.88º | 0.82% | 0.39% | - |
| HSV(B) | 354.88º | 0.9% | 0.71% | - |
| XYZ | 19.77 | 10.48 | 2.35 | - |
| YUV | 68.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 18 | 32 | 0 | 0.90 | 0.82 | 0.29 | 354.88 | 0.82 | 0.39 |
| Hex | B6 | 12 | 20 | 0 | 5A | 52 | 1D | 163 | 52 | 27 |
| Octal | 266 | 22 | 40 | 0 | 132 | 122 | 35 | 543 | 122 | 47 |
| Binary | 10110110 | 10010 | 100000 | 0 | 1011010 | 1010010 | 11101 | 101100011 | 1010010 | 100111 |
Color Harmonies of #B61220
Complementary color
Monochromatic Colors of #B61220
Black with #B61220
Text Example
Text Example
White with #B61220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61220; }
p { color: rgb(182,18,32); }
H1.HeaderClassName
{
color: #B61220;
}
.AnyTagClassName
{
color: #B61220;
}
</style>
background-color css
<style>
a { background-color: #B61220; }
a { background-color: rgb(182,18,32); }
div.DivClassName
{
background-color: #B61220;
}
.BgClassName
{
background-color: #B61220;
}
</style>
border-color css
<style>
span { border-color: #B61220; }
span { border-color: rgb(182,18,32); }
td.TdClassName
{
border-color: #B61220;
}
.TagClassName
{
border-color: #B61220;
}
</style>