Shades of Old Rose #B42953
Tints of Old Rose #B42953
RGB
CMYK
RGB Variations
Color information
#B42953 (or 0xB42953) is known color: Old Rose. HEX triplet: B4, 29 and 53. RGB value is (180,41,83). Sum of RGB (Red+Green+Blue) = 180+41+83=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B42953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42953 is #4BD6AC. Grayscale: #575757. Windows color (decimal): -4970157 or 5450164. OLE color: 5450164.
HSL color Cylindrical-coordinate representation of color #B42953: hue angle of 341.87º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42953 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 83 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.29 |
| HSL | 341.87º | 0.63% | 0.43% | - |
| HSV(B) | 341.87º | 0.77% | 0.71% | - |
| XYZ | 21.18 | 11.91 | 9.37 | - |
| YUV | 87.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 83 | 0 | 0.77 | 0.54 | 0.29 | 341.87 | 0.63 | 0.43 |
| Hex | B4 | 29 | 53 | 0 | 4D | 36 | 1D | 156 | 3F | 2B |
| Octal | 264 | 51 | 123 | 0 | 115 | 66 | 35 | 526 | 77 | 53 |
| Binary | 10110100 | 101001 | 1010011 | 0 | 1001101 | 110110 | 11101 | 101010110 | 111111 | 101011 |
Color Harmonies of #B42953
Complementary color
Monochromatic Colors of #B42953
Black with #B42953
Text Example
Text Example
White with #B42953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42953; }
p { color: rgb(180,41,83); }
H1.HeaderClassName
{
color: #B42953;
}
.AnyTagClassName
{
color: #B42953;
}
</style>
background-color css
<style>
a { background-color: #B42953; }
a { background-color: rgb(180,41,83); }
div.DivClassName
{
background-color: #B42953;
}
.BgClassName
{
background-color: #B42953;
}
</style>
border-color css
<style>
span { border-color: #B42953; }
span { border-color: rgb(180,41,83); }
td.TdClassName
{
border-color: #B42953;
}
.TagClassName
{
border-color: #B42953;
}
</style>