Shades of Old Rose #B42D44
Tints of Old Rose #B42D44
RGB
CMYK
RGB Variations
Color information
#B42D44 (or 0xB42D44) is known color: Old Rose. HEX triplet: B4, 2D and 44. RGB value is (180,45,68). Sum of RGB (Red+Green+Blue) = 180+45+68=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D44 is #4BD2BB. Grayscale: #585858. Windows color (decimal): -4969148 or 4468148. OLE color: 4468148.
HSL color Cylindrical-coordinate representation of color #B42D44: hue angle of 349.78º 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 #B42D44 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 68 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.29 |
| HSL | 349.78º | 0.6% | 0.44% | - |
| HSV(B) | 349.78º | 0.75% | 0.71% | - |
| XYZ | 20.8 | 12 | 6.69 | - |
| YUV | 87.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 68 | 0 | 0.75 | 0.62 | 0.29 | 349.78 | 0.6 | 0.44 |
| Hex | B4 | 2D | 44 | 0 | 4B | 3E | 1D | 15E | 3C | 2C |
| Octal | 264 | 55 | 104 | 0 | 113 | 76 | 35 | 536 | 74 | 54 |
| Binary | 10110100 | 101101 | 1000100 | 0 | 1001011 | 111110 | 11101 | 101011110 | 111100 | 101100 |
Color Harmonies of #B42D44
Complementary color
Monochromatic Colors of #B42D44
Black with #B42D44
Text Example
Text Example
White with #B42D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D44; }
p { color: rgb(180,45,68); }
H1.HeaderClassName
{
color: #B42D44;
}
.AnyTagClassName
{
color: #B42D44;
}
</style>
background-color css
<style>
a { background-color: #B42D44; }
a { background-color: rgb(180,45,68); }
div.DivClassName
{
background-color: #B42D44;
}
.BgClassName
{
background-color: #B42D44;
}
</style>
border-color css
<style>
span { border-color: #B42D44; }
span { border-color: rgb(180,45,68); }
td.TdClassName
{
border-color: #B42D44;
}
.TagClassName
{
border-color: #B42D44;
}
</style>