Shades of Old Rose #BD2262
Tints of Old Rose #BD2262
RGB
CMYK
RGB Variations
Color information
#BD2262 (or 0xBD2262) is known color: Old Rose. HEX triplet: BD, 22 and 62. RGB value is (189,34,98). Sum of RGB (Red+Green+Blue) = 189+34+98=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2262 is #42DD9D. Grayscale: #575757. Windows color (decimal): -4382110 or 6431421. OLE color: 6431421.
HSL color Cylindrical-coordinate representation of color #BD2262: hue angle of 335.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2262 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 98 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.26 |
| HSL | 335.23º | 0.7% | 0.44% | - |
| HSV(B) | 335.23º | 0.82% | 0.74% | - |
| XYZ | 23.76 | 12.84 | 12.78 | - |
| YUV | 87.64 | 133.85 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 98 | 0 | 0.82 | 0.48 | 0.26 | 335.23 | 0.7 | 0.44 |
| Hex | BD | 22 | 62 | 0 | 52 | 30 | 1A | 14F | 46 | 2C |
| Octal | 275 | 42 | 142 | 0 | 122 | 60 | 32 | 517 | 106 | 54 |
| Binary | 10111101 | 100010 | 1100010 | 0 | 1010010 | 110000 | 11010 | 101001111 | 1000110 | 101100 |
Color Harmonies of #BD2262
Complementary color
Monochromatic Colors of #BD2262
Black with #BD2262
Text Example
Text Example
White with #BD2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2262; }
p { color: rgb(189,34,98); }
H1.HeaderClassName
{
color: #BD2262;
}
.AnyTagClassName
{
color: #BD2262;
}
</style>
background-color css
<style>
a { background-color: #BD2262; }
a { background-color: rgb(189,34,98); }
div.DivClassName
{
background-color: #BD2262;
}
.BgClassName
{
background-color: #BD2262;
}
</style>
border-color css
<style>
span { border-color: #BD2262; }
span { border-color: rgb(189,34,98); }
td.TdClassName
{
border-color: #BD2262;
}
.TagClassName
{
border-color: #BD2262;
}
</style>