Shades of Old Rose #AD1B4B
Tints of Old Rose #AD1B4B
RGB
CMYK
RGB Variations
Color information
#AD1B4B (or 0xAD1B4B) is known color: Old Rose. HEX triplet: AD, 1B and 4B. RGB value is (173,27,75). Sum of RGB (Red+Green+Blue) = 173+27+75=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B4B is #52E4B4. Grayscale: #4C4C4C. Windows color (decimal): -5432501 or 4922285. OLE color: 4922285.
HSL color Cylindrical-coordinate representation of color #AD1B4B: hue angle of 340.27º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1B4B is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 75 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.32 |
| HSL | 340.27º | 0.73% | 0.39% | - |
| HSV(B) | 340.27º | 0.84% | 0.68% | - |
| XYZ | 18.9 | 10.18 | 7.62 | - |
| YUV | 76.13 | 127.37 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 75 | 0 | 0.84 | 0.57 | 0.32 | 340.27 | 0.73 | 0.39 |
| Hex | AD | 1B | 4B | 0 | 54 | 39 | 20 | 154 | 49 | 27 |
| Octal | 255 | 33 | 113 | 0 | 124 | 71 | 40 | 524 | 111 | 47 |
| Binary | 10101101 | 11011 | 1001011 | 0 | 1010100 | 111001 | 100000 | 101010100 | 1001001 | 100111 |
Color Harmonies of #AD1B4B
Complementary color
Monochromatic Colors of #AD1B4B
Black with #AD1B4B
Text Example
Text Example
White with #AD1B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B4B; }
p { color: rgb(173,27,75); }
H1.HeaderClassName
{
color: #AD1B4B;
}
.AnyTagClassName
{
color: #AD1B4B;
}
</style>
background-color css
<style>
a { background-color: #AD1B4B; }
a { background-color: rgb(173,27,75); }
div.DivClassName
{
background-color: #AD1B4B;
}
.BgClassName
{
background-color: #AD1B4B;
}
</style>
border-color css
<style>
span { border-color: #AD1B4B; }
span { border-color: rgb(173,27,75); }
td.TdClassName
{
border-color: #AD1B4B;
}
.TagClassName
{
border-color: #AD1B4B;
}
</style>