Shades of Old Rose #B42444
Tints of Old Rose #B42444
RGB
CMYK
RGB Variations
Color information
#B42444 (or 0xB42444) is known color: Old Rose. HEX triplet: B4, 24 and 44. RGB value is (180,36,68). Sum of RGB (Red+Green+Blue) = 180+36+68=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B42444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42444 is #4BDBBB. Grayscale: #525252. Windows color (decimal): -4971452 or 4465844. OLE color: 4465844.
HSL color Cylindrical-coordinate representation of color #B42444: hue angle of 346.67º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42444 is Cyan = 0, Magento = 0.8, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 68 | - |
| CMYK | 0 | 0.8 | 0.62 | 0.29 |
| HSL | 346.67º | 0.67% | 0.42% | - |
| HSV(B) | 346.67º | 0.8% | 0.71% | - |
| XYZ | 20.5 | 11.38 | 6.59 | - |
| YUV | 82.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 68 | 0 | 0.8 | 0.62 | 0.29 | 346.67 | 0.67 | 0.42 |
| Hex | B4 | 24 | 44 | 0 | 50 | 3E | 1D | 15B | 43 | 2A |
| Octal | 264 | 44 | 104 | 0 | 120 | 76 | 35 | 533 | 103 | 52 |
| Binary | 10110100 | 100100 | 1000100 | 0 | 1010000 | 111110 | 11101 | 101011011 | 1000011 | 101010 |
Color Harmonies of #B42444
Complementary color
Monochromatic Colors of #B42444
Black with #B42444
Text Example
Text Example
White with #B42444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42444; }
p { color: rgb(180,36,68); }
H1.HeaderClassName
{
color: #B42444;
}
.AnyTagClassName
{
color: #B42444;
}
</style>
background-color css
<style>
a { background-color: #B42444; }
a { background-color: rgb(180,36,68); }
div.DivClassName
{
background-color: #B42444;
}
.BgClassName
{
background-color: #B42444;
}
</style>
border-color css
<style>
span { border-color: #B42444; }
span { border-color: rgb(180,36,68); }
td.TdClassName
{
border-color: #B42444;
}
.TagClassName
{
border-color: #B42444;
}
</style>