Shades of Old Rose #B44145
Tints of Old Rose #B44145
RGB
CMYK
RGB Variations
Color information
#B44145 (or 0xB44145) is known color: Old Rose. HEX triplet: B4, 41 and 45. RGB value is (180,65,69). Sum of RGB (Red+Green+Blue) = 180+65+69=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B44145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44145 is #4BBEBA. Grayscale: #636363. Windows color (decimal): -4964027 or 4538804. OLE color: 4538804.
HSL color Cylindrical-coordinate representation of color #B44145: hue angle of 357.91º 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 #B44145 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 69 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.29 |
| HSL | 357.91º | 0.47% | 0.48% | - |
| HSV(B) | 357.91º | 0.64% | 0.71% | - |
| XYZ | 21.79 | 13.91 | 7.17 | - |
| YUV | 99.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 69 | 0 | 0.64 | 0.62 | 0.29 | 357.91 | 0.47 | 0.48 |
| Hex | B4 | 41 | 45 | 0 | 40 | 3E | 1D | 166 | 2F | 30 |
| Octal | 264 | 101 | 105 | 0 | 100 | 76 | 35 | 546 | 57 | 60 |
| Binary | 10110100 | 1000001 | 1000101 | 0 | 1000000 | 111110 | 11101 | 101100110 | 101111 | 110000 |
Color Harmonies of #B44145
Complementary color
Monochromatic Colors of #B44145
Black with #B44145
Text Example
Text Example
White with #B44145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44145; }
p { color: rgb(180,65,69); }
H1.HeaderClassName
{
color: #B44145;
}
.AnyTagClassName
{
color: #B44145;
}
</style>
background-color css
<style>
a { background-color: #B44145; }
a { background-color: rgb(180,65,69); }
div.DivClassName
{
background-color: #B44145;
}
.BgClassName
{
background-color: #B44145;
}
</style>
border-color css
<style>
span { border-color: #B44145; }
span { border-color: rgb(180,65,69); }
td.TdClassName
{
border-color: #B44145;
}
.TagClassName
{
border-color: #B44145;
}
</style>