Shades of Old Rose #B32C42
Tints of Old Rose #B32C42
RGB
CMYK
RGB Variations
Color information
#B32C42 (or 0xB32C42) is known color: Old Rose. HEX triplet: B3, 2C and 42. RGB value is (179,44,66). Sum of RGB (Red+Green+Blue) = 179+44+66=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C42 is #4CD3BD. Grayscale: #565656. Windows color (decimal): -5034942 or 4336819. OLE color: 4336819.
HSL color Cylindrical-coordinate representation of color #B32C42: hue angle of 350.22º 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 #B32C42 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 66 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.30 |
| HSL | 350.22º | 0.61% | 0.44% | - |
| HSV(B) | 350.22º | 0.75% | 0.7% | - |
| XYZ | 20.47 | 11.78 | 6.35 | - |
| YUV | 86.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 66 | 0 | 0.75 | 0.63 | 0.30 | 350.22 | 0.61 | 0.44 |
| Hex | B3 | 2C | 42 | 0 | 4B | 3F | 1E | 15E | 3D | 2C |
| Octal | 263 | 54 | 102 | 0 | 113 | 77 | 36 | 536 | 75 | 54 |
| Binary | 10110011 | 101100 | 1000010 | 0 | 1001011 | 111111 | 11110 | 101011110 | 111101 | 101100 |
Color Harmonies of #B32C42
Complementary color
Monochromatic Colors of #B32C42
Black with #B32C42
Text Example
Text Example
White with #B32C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C42; }
p { color: rgb(179,44,66); }
H1.HeaderClassName
{
color: #B32C42;
}
.AnyTagClassName
{
color: #B32C42;
}
</style>
background-color css
<style>
a { background-color: #B32C42; }
a { background-color: rgb(179,44,66); }
div.DivClassName
{
background-color: #B32C42;
}
.BgClassName
{
background-color: #B32C42;
}
</style>
border-color css
<style>
span { border-color: #B32C42; }
span { border-color: rgb(179,44,66); }
td.TdClassName
{
border-color: #B32C42;
}
.TagClassName
{
border-color: #B32C42;
}
</style>