Shades of Old Rose #B42443
Tints of Old Rose #B42443
RGB
CMYK
RGB Variations
Color information
#B42443 (or 0xB42443) is known color: Old Rose. HEX triplet: B4, 24 and 43. RGB value is (180,36,67). Sum of RGB (Red+Green+Blue) = 180+36+67=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B42443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42443 is #4BDBBC. Grayscale: #525252. Windows color (decimal): -4971453 or 4400308. OLE color: 4400308.
HSL color Cylindrical-coordinate representation of color #B42443: hue angle of 347.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42443 is Cyan = 0, Magento = 0.8, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 67 | - |
| CMYK | 0 | 0.8 | 0.63 | 0.29 |
| HSL | 347.08º | 0.67% | 0.42% | - |
| HSV(B) | 347.08º | 0.8% | 0.71% | - |
| XYZ | 20.47 | 11.37 | 6.43 | - |
| YUV | 82.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 67 | 0 | 0.8 | 0.63 | 0.29 | 347.08 | 0.67 | 0.42 |
| Hex | B4 | 24 | 43 | 0 | 50 | 3F | 1D | 15B | 43 | 2A |
| Octal | 264 | 44 | 103 | 0 | 120 | 77 | 35 | 533 | 103 | 52 |
| Binary | 10110100 | 100100 | 1000011 | 0 | 1010000 | 111111 | 11101 | 101011011 | 1000011 | 101010 |
Color Harmonies of #B42443
Complementary color
Monochromatic Colors of #B42443
Black with #B42443
Text Example
Text Example
White with #B42443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42443; }
p { color: rgb(180,36,67); }
H1.HeaderClassName
{
color: #B42443;
}
.AnyTagClassName
{
color: #B42443;
}
</style>
background-color css
<style>
a { background-color: #B42443; }
a { background-color: rgb(180,36,67); }
div.DivClassName
{
background-color: #B42443;
}
.BgClassName
{
background-color: #B42443;
}
</style>
border-color css
<style>
span { border-color: #B42443; }
span { border-color: rgb(180,36,67); }
td.TdClassName
{
border-color: #B42443;
}
.TagClassName
{
border-color: #B42443;
}
</style>