Shades of Old Rose #B42C45
Tints of Old Rose #B42C45
RGB
CMYK
RGB Variations
Color information
#B42C45 (or 0xB42C45) is known color: Old Rose. HEX triplet: B4, 2C and 45. RGB value is (180,44,69). Sum of RGB (Red+Green+Blue) = 180+44+69=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C45 is #4BD3BA. Grayscale: #575757. Windows color (decimal): -4969403 or 4533428. OLE color: 4533428.
HSL color Cylindrical-coordinate representation of color #B42C45: hue angle of 348.97º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42C45 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 69 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.29 |
| HSL | 348.97º | 0.61% | 0.44% | - |
| HSV(B) | 348.97º | 0.76% | 0.71% | - |
| XYZ | 20.8 | 11.93 | 6.84 | - |
| YUV | 87.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 69 | 0 | 0.76 | 0.62 | 0.29 | 348.97 | 0.61 | 0.44 |
| Hex | B4 | 2C | 45 | 0 | 4C | 3E | 1D | 15D | 3D | 2C |
| Octal | 264 | 54 | 105 | 0 | 114 | 76 | 35 | 535 | 75 | 54 |
| Binary | 10110100 | 101100 | 1000101 | 0 | 1001100 | 111110 | 11101 | 101011101 | 111101 | 101100 |
Color Harmonies of #B42C45
Complementary color
Monochromatic Colors of #B42C45
Black with #B42C45
Text Example
Text Example
White with #B42C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C45; }
p { color: rgb(180,44,69); }
H1.HeaderClassName
{
color: #B42C45;
}
.AnyTagClassName
{
color: #B42C45;
}
</style>
background-color css
<style>
a { background-color: #B42C45; }
a { background-color: rgb(180,44,69); }
div.DivClassName
{
background-color: #B42C45;
}
.BgClassName
{
background-color: #B42C45;
}
</style>
border-color css
<style>
span { border-color: #B42C45; }
span { border-color: rgb(180,44,69); }
td.TdClassName
{
border-color: #B42C45;
}
.TagClassName
{
border-color: #B42C45;
}
</style>