Shades of Old Rose #B32C41
Tints of Old Rose #B32C41
RGB
CMYK
RGB Variations
Color information
#B32C41 (or 0xB32C41) is known color: Old Rose. HEX triplet: B3, 2C and 41. RGB value is (179,44,65). Sum of RGB (Red+Green+Blue) = 179+44+65=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C41 is #4CD3BE. Grayscale: #565656. Windows color (decimal): -5034943 or 4271283. OLE color: 4271283.
HSL color Cylindrical-coordinate representation of color #B32C41: hue angle of 350.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32C41 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 65 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.30 |
| HSL | 350.67º | 0.61% | 0.44% | - |
| HSV(B) | 350.67º | 0.75% | 0.7% | - |
| XYZ | 20.45 | 11.77 | 6.19 | - |
| YUV | 86.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 65 | 0 | 0.75 | 0.64 | 0.30 | 350.67 | 0.61 | 0.44 |
| Hex | B3 | 2C | 41 | 0 | 4B | 40 | 1E | 15F | 3D | 2C |
| Octal | 263 | 54 | 101 | 0 | 113 | 100 | 36 | 537 | 75 | 54 |
| Binary | 10110011 | 101100 | 1000001 | 0 | 1001011 | 1000000 | 11110 | 101011111 | 111101 | 101100 |
Color Harmonies of #B32C41
Complementary color
Monochromatic Colors of #B32C41
Black with #B32C41
Text Example
Text Example
White with #B32C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C41; }
p { color: rgb(179,44,65); }
H1.HeaderClassName
{
color: #B32C41;
}
.AnyTagClassName
{
color: #B32C41;
}
</style>
background-color css
<style>
a { background-color: #B32C41; }
a { background-color: rgb(179,44,65); }
div.DivClassName
{
background-color: #B32C41;
}
.BgClassName
{
background-color: #B32C41;
}
</style>
border-color css
<style>
span { border-color: #B32C41; }
span { border-color: rgb(179,44,65); }
td.TdClassName
{
border-color: #B32C41;
}
.TagClassName
{
border-color: #B32C41;
}
</style>