Shades of Old Rose #BD1A52
Tints of Old Rose #BD1A52
RGB
CMYK
RGB Variations
Color information
#BD1A52 (or 0xBD1A52) is known color: Old Rose. HEX triplet: BD, 1A and 52. RGB value is (189,26,82). Sum of RGB (Red+Green+Blue) = 189+26+82=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1A52 is #42E5AD. Grayscale: #515151. Windows color (decimal): -4384174 or 5380797. OLE color: 5380797.
HSL color Cylindrical-coordinate representation of color #BD1A52: hue angle of 339.39º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A52 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 82 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.26 |
| HSL | 339.39º | 0.76% | 0.42% | - |
| HSV(B) | 339.39º | 0.86% | 0.74% | - |
| XYZ | 22.88 | 12.17 | 9.13 | - |
| YUV | 81.12 | 128.5 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 82 | 0 | 0.86 | 0.57 | 0.26 | 339.39 | 0.76 | 0.42 |
| Hex | BD | 1A | 52 | 0 | 56 | 39 | 1A | 153 | 4C | 2A |
| Octal | 275 | 32 | 122 | 0 | 126 | 71 | 32 | 523 | 114 | 52 |
| Binary | 10111101 | 11010 | 1010010 | 0 | 1010110 | 111001 | 11010 | 101010011 | 1001100 | 101010 |
Color Harmonies of #BD1A52
Complementary color
Monochromatic Colors of #BD1A52
Black with #BD1A52
Text Example
Text Example
White with #BD1A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1A52; }
p { color: rgb(189,26,82); }
H1.HeaderClassName
{
color: #BD1A52;
}
.AnyTagClassName
{
color: #BD1A52;
}
</style>
background-color css
<style>
a { background-color: #BD1A52; }
a { background-color: rgb(189,26,82); }
div.DivClassName
{
background-color: #BD1A52;
}
.BgClassName
{
background-color: #BD1A52;
}
</style>
border-color css
<style>
span { border-color: #BD1A52; }
span { border-color: rgb(189,26,82); }
td.TdClassName
{
border-color: #BD1A52;
}
.TagClassName
{
border-color: #BD1A52;
}
</style>