Shades of Old Rose #B42640
Tints of Old Rose #B42640
RGB
CMYK
RGB Variations
Color information
#B42640 (or 0xB42640) is known color: Old Rose. HEX triplet: B4, 26 and 40. RGB value is (180,38,64). Sum of RGB (Red+Green+Blue) = 180+38+64=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B42640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42640 is #4BD9BF. Grayscale: #535353. Windows color (decimal): -4970944 or 4204212. OLE color: 4204212.
HSL color Cylindrical-coordinate representation of color #B42640: hue angle of 349.01º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42640 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 64 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.29 |
| HSL | 349.01º | 0.65% | 0.43% | - |
| HSV(B) | 349.01º | 0.79% | 0.71% | - |
| XYZ | 20.44 | 11.46 | 5.99 | - |
| YUV | 83.42 | 117.04 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 64 | 0 | 0.79 | 0.64 | 0.29 | 349.01 | 0.65 | 0.43 |
| Hex | B4 | 26 | 40 | 0 | 4F | 40 | 1D | 15D | 41 | 2B |
| Octal | 264 | 46 | 100 | 0 | 117 | 100 | 35 | 535 | 101 | 53 |
| Binary | 10110100 | 100110 | 1000000 | 0 | 1001111 | 1000000 | 11101 | 101011101 | 1000001 | 101011 |
Color Harmonies of #B42640
Complementary color
Monochromatic Colors of #B42640
Black with #B42640
Text Example
Text Example
White with #B42640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42640; }
p { color: rgb(180,38,64); }
H1.HeaderClassName
{
color: #B42640;
}
.AnyTagClassName
{
color: #B42640;
}
</style>
background-color css
<style>
a { background-color: #B42640; }
a { background-color: rgb(180,38,64); }
div.DivClassName
{
background-color: #B42640;
}
.BgClassName
{
background-color: #B42640;
}
</style>
border-color css
<style>
span { border-color: #B42640; }
span { border-color: rgb(180,38,64); }
td.TdClassName
{
border-color: #B42640;
}
.TagClassName
{
border-color: #B42640;
}
</style>