Shades of Old Rose #B42D40
Tints of Old Rose #B42D40
RGB
CMYK
RGB Variations
Color information
#B42D40 (or 0xB42D40) is known color: Old Rose. HEX triplet: B4, 2D and 40. RGB value is (180,45,64). Sum of RGB (Red+Green+Blue) = 180+45+64=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D40 is #4BD2BF. Grayscale: #575757. Windows color (decimal): -4969152 or 4206004. OLE color: 4206004.
HSL color Cylindrical-coordinate representation of color #B42D40: hue angle of 351.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D40 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 64 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.29 |
| HSL | 351.56º | 0.6% | 0.44% | - |
| HSV(B) | 351.56º | 0.75% | 0.71% | - |
| XYZ | 20.69 | 11.95 | 6.07 | - |
| YUV | 87.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 64 | 0 | 0.75 | 0.64 | 0.29 | 351.56 | 0.6 | 0.44 |
| Hex | B4 | 2D | 40 | 0 | 4B | 40 | 1D | 160 | 3C | 2C |
| Octal | 264 | 55 | 100 | 0 | 113 | 100 | 35 | 540 | 74 | 54 |
| Binary | 10110100 | 101101 | 1000000 | 0 | 1001011 | 1000000 | 11101 | 101100000 | 111100 | 101100 |
Color Harmonies of #B42D40
Complementary color
Monochromatic Colors of #B42D40
Black with #B42D40
Text Example
Text Example
White with #B42D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D40; }
p { color: rgb(180,45,64); }
H1.HeaderClassName
{
color: #B42D40;
}
.AnyTagClassName
{
color: #B42D40;
}
</style>
background-color css
<style>
a { background-color: #B42D40; }
a { background-color: rgb(180,45,64); }
div.DivClassName
{
background-color: #B42D40;
}
.BgClassName
{
background-color: #B42D40;
}
</style>
border-color css
<style>
span { border-color: #B42D40; }
span { border-color: rgb(180,45,64); }
td.TdClassName
{
border-color: #B42D40;
}
.TagClassName
{
border-color: #B42D40;
}
</style>