Shades of Old Rose #B32944
Tints of Old Rose #B32944
RGB
CMYK
RGB Variations
Color information
#B32944 (or 0xB32944) is known color: Old Rose. HEX triplet: B3, 29 and 44. RGB value is (179,41,68). Sum of RGB (Red+Green+Blue) = 179+41+68=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B32944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32944 is #4CD6BB. Grayscale: #555555. Windows color (decimal): -5035708 or 4467123. OLE color: 4467123.
HSL color Cylindrical-coordinate representation of color #B32944: hue angle of 348.26º degrees, saturation: 0.63, 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 #B32944 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 68 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.30 |
| HSL | 348.26º | 0.63% | 0.43% | - |
| HSV(B) | 348.26º | 0.77% | 0.7% | - |
| XYZ | 20.43 | 11.59 | 6.63 | - |
| YUV | 85.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 68 | 0 | 0.77 | 0.62 | 0.30 | 348.26 | 0.63 | 0.43 |
| Hex | B3 | 29 | 44 | 0 | 4D | 3E | 1E | 15C | 3F | 2B |
| Octal | 263 | 51 | 104 | 0 | 115 | 76 | 36 | 534 | 77 | 53 |
| Binary | 10110011 | 101001 | 1000100 | 0 | 1001101 | 111110 | 11110 | 101011100 | 111111 | 101011 |
Color Harmonies of #B32944
Complementary color
Monochromatic Colors of #B32944
Black with #B32944
Text Example
Text Example
White with #B32944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32944; }
p { color: rgb(179,41,68); }
H1.HeaderClassName
{
color: #B32944;
}
.AnyTagClassName
{
color: #B32944;
}
</style>
background-color css
<style>
a { background-color: #B32944; }
a { background-color: rgb(179,41,68); }
div.DivClassName
{
background-color: #B32944;
}
.BgClassName
{
background-color: #B32944;
}
</style>
border-color css
<style>
span { border-color: #B32944; }
span { border-color: rgb(179,41,68); }
td.TdClassName
{
border-color: #B32944;
}
.TagClassName
{
border-color: #B32944;
}
</style>