Shades of Old Rose #B42944
Tints of Old Rose #B42944
RGB
CMYK
RGB Variations
Color information
#B42944 (or 0xB42944) is known color: Old Rose. HEX triplet: B4, 29 and 44. RGB value is (180,41,68). Sum of RGB (Red+Green+Blue) = 180+41+68=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B42944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42944 is #4BD6BB. Grayscale: #555555. Windows color (decimal): -4970172 or 4467124. OLE color: 4467124.
HSL color Cylindrical-coordinate representation of color #B42944: hue angle of 348.35º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42944 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 68 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.29 |
| HSL | 348.35º | 0.63% | 0.43% | - |
| HSV(B) | 348.35º | 0.77% | 0.71% | - |
| XYZ | 20.66 | 11.71 | 6.64 | - |
| YUV | 85.64 | 118.05 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 68 | 0 | 0.77 | 0.62 | 0.29 | 348.35 | 0.63 | 0.43 |
| Hex | B4 | 29 | 44 | 0 | 4D | 3E | 1D | 15C | 3F | 2B |
| Octal | 264 | 51 | 104 | 0 | 115 | 76 | 35 | 534 | 77 | 53 |
| Binary | 10110100 | 101001 | 1000100 | 0 | 1001101 | 111110 | 11101 | 101011100 | 111111 | 101011 |
Color Harmonies of #B42944
Complementary color
Monochromatic Colors of #B42944
Black with #B42944
Text Example
Text Example
White with #B42944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42944; }
p { color: rgb(180,41,68); }
H1.HeaderClassName
{
color: #B42944;
}
.AnyTagClassName
{
color: #B42944;
}
</style>
background-color css
<style>
a { background-color: #B42944; }
a { background-color: rgb(180,41,68); }
div.DivClassName
{
background-color: #B42944;
}
.BgClassName
{
background-color: #B42944;
}
</style>
border-color css
<style>
span { border-color: #B42944; }
span { border-color: rgb(180,41,68); }
td.TdClassName
{
border-color: #B42944;
}
.TagClassName
{
border-color: #B42944;
}
</style>