Shades of Old Rose #B42D45
Tints of Old Rose #B42D45
RGB
CMYK
RGB Variations
Color information
#B42D45 (or 0xB42D45) is known color: Old Rose. HEX triplet: B4, 2D and 45. RGB value is (180,45,69). Sum of RGB (Red+Green+Blue) = 180+45+69=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D45 is #4BD2BA. Grayscale: #585858. Windows color (decimal): -4969147 or 4533684. OLE color: 4533684.
HSL color Cylindrical-coordinate representation of color #B42D45: hue angle of 349.33º 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 #B42D45 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 69 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.29 |
| HSL | 349.33º | 0.6% | 0.44% | - |
| HSV(B) | 349.33º | 0.75% | 0.71% | - |
| XYZ | 20.83 | 12.01 | 6.85 | - |
| YUV | 88.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 69 | 0 | 0.75 | 0.62 | 0.29 | 349.33 | 0.6 | 0.44 |
| Hex | B4 | 2D | 45 | 0 | 4B | 3E | 1D | 15D | 3C | 2C |
| Octal | 264 | 55 | 105 | 0 | 113 | 76 | 35 | 535 | 74 | 54 |
| Binary | 10110100 | 101101 | 1000101 | 0 | 1001011 | 111110 | 11101 | 101011101 | 111100 | 101100 |
Color Harmonies of #B42D45
Complementary color
Monochromatic Colors of #B42D45
Black with #B42D45
Text Example
Text Example
White with #B42D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D45; }
p { color: rgb(180,45,69); }
H1.HeaderClassName
{
color: #B42D45;
}
.AnyTagClassName
{
color: #B42D45;
}
</style>
background-color css
<style>
a { background-color: #B42D45; }
a { background-color: rgb(180,45,69); }
div.DivClassName
{
background-color: #B42D45;
}
.BgClassName
{
background-color: #B42D45;
}
</style>
border-color css
<style>
span { border-color: #B42D45; }
span { border-color: rgb(180,45,69); }
td.TdClassName
{
border-color: #B42D45;
}
.TagClassName
{
border-color: #B42D45;
}
</style>