Shades of Old Rose #B44144
Tints of Old Rose #B44144
RGB
CMYK
RGB Variations
Color information
#B44144 (or 0xB44144) is known color: Old Rose. HEX triplet: B4, 41 and 44. RGB value is (180,65,68). Sum of RGB (Red+Green+Blue) = 180+65+68=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B44144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44144 is #4BBEBB. Grayscale: #636363. Windows color (decimal): -4964028 or 4473268. OLE color: 4473268.
HSL color Cylindrical-coordinate representation of color #B44144: hue angle of 358.43º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44144 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 68 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.29 |
| HSL | 358.43º | 0.47% | 0.48% | - |
| HSV(B) | 358.43º | 0.64% | 0.71% | - |
| XYZ | 21.76 | 13.9 | 7.01 | - |
| YUV | 99.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 68 | 0 | 0.64 | 0.62 | 0.29 | 358.43 | 0.47 | 0.48 |
| Hex | B4 | 41 | 44 | 0 | 40 | 3E | 1D | 166 | 2F | 30 |
| Octal | 264 | 101 | 104 | 0 | 100 | 76 | 35 | 546 | 57 | 60 |
| Binary | 10110100 | 1000001 | 1000100 | 0 | 1000000 | 111110 | 11101 | 101100110 | 101111 | 110000 |
Color Harmonies of #B44144
Complementary color
Monochromatic Colors of #B44144
Black with #B44144
Text Example
Text Example
White with #B44144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44144; }
p { color: rgb(180,65,68); }
H1.HeaderClassName
{
color: #B44144;
}
.AnyTagClassName
{
color: #B44144;
}
</style>
background-color css
<style>
a { background-color: #B44144; }
a { background-color: rgb(180,65,68); }
div.DivClassName
{
background-color: #B44144;
}
.BgClassName
{
background-color: #B44144;
}
</style>
border-color css
<style>
span { border-color: #B44144; }
span { border-color: rgb(180,65,68); }
td.TdClassName
{
border-color: #B44144;
}
.TagClassName
{
border-color: #B44144;
}
</style>