Shades of Old Rose #B32A40
Tints of Old Rose #B32A40
RGB
CMYK
RGB Variations
Color information
#B32A40 (or 0xB32A40) is known color: Old Rose. HEX triplet: B3, 2A and 40. RGB value is (179,42,64). Sum of RGB (Red+Green+Blue) = 179+42+64=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32A40 is #4CD5BF. Grayscale: #555555. Windows color (decimal): -5035456 or 4205235. OLE color: 4205235.
HSL color Cylindrical-coordinate representation of color #B32A40: hue angle of 350.36º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32A40 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 42 | 64 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.30 |
| HSL | 350.37º | 0.62% | 0.43% | - |
| HSV(B) | 350.37º | 0.77% | 0.7% | - |
| XYZ | 20.34 | 11.61 | 6.02 | - |
| YUV | 85.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 64 | 0 | 0.77 | 0.64 | 0.30 | 350.37 | 0.62 | 0.43 |
| Hex | B3 | 2A | 40 | 0 | 4D | 40 | 1E | 15E | 3E | 2B |
| Octal | 263 | 52 | 100 | 0 | 115 | 100 | 36 | 536 | 76 | 53 |
| Binary | 10110011 | 101010 | 1000000 | 0 | 1001101 | 1000000 | 11110 | 101011110 | 111110 | 101011 |
Color Harmonies of #B32A40
Complementary color
Monochromatic Colors of #B32A40
Black with #B32A40
Text Example
Text Example
White with #B32A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32A40; }
p { color: rgb(179,42,64); }
H1.HeaderClassName
{
color: #B32A40;
}
.AnyTagClassName
{
color: #B32A40;
}
</style>
background-color css
<style>
a { background-color: #B32A40; }
a { background-color: rgb(179,42,64); }
div.DivClassName
{
background-color: #B32A40;
}
.BgClassName
{
background-color: #B32A40;
}
</style>
border-color css
<style>
span { border-color: #B32A40; }
span { border-color: rgb(179,42,64); }
td.TdClassName
{
border-color: #B32A40;
}
.TagClassName
{
border-color: #B32A40;
}
</style>