Shades of Old Rose #B42F44
Tints of Old Rose #B42F44
RGB
CMYK
RGB Variations
Color information
#B42F44 (or 0xB42F44) is known color: Old Rose. HEX triplet: B4, 2F and 44. RGB value is (180,47,68). Sum of RGB (Red+Green+Blue) = 180+47+68=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F44 is #4BD0BB. Grayscale: #595959. Windows color (decimal): -4968636 or 4468660. OLE color: 4468660.
HSL color Cylindrical-coordinate representation of color #B42F44: hue angle of 350.53º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42F44 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 68 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.29 |
| HSL | 350.53º | 0.59% | 0.45% | - |
| HSV(B) | 350.53º | 0.74% | 0.71% | - |
| XYZ | 20.88 | 12.15 | 6.71 | - |
| YUV | 89.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 68 | 0 | 0.74 | 0.62 | 0.29 | 350.53 | 0.59 | 0.45 |
| Hex | B4 | 2F | 44 | 0 | 4A | 3E | 1D | 15F | 3B | 2D |
| Octal | 264 | 57 | 104 | 0 | 112 | 76 | 35 | 537 | 73 | 55 |
| Binary | 10110100 | 101111 | 1000100 | 0 | 1001010 | 111110 | 11101 | 101011111 | 111011 | 101101 |
Color Harmonies of #B42F44
Complementary color
Monochromatic Colors of #B42F44
Black with #B42F44
Text Example
Text Example
White with #B42F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42F44; }
p { color: rgb(180,47,68); }
H1.HeaderClassName
{
color: #B42F44;
}
.AnyTagClassName
{
color: #B42F44;
}
</style>
background-color css
<style>
a { background-color: #B42F44; }
a { background-color: rgb(180,47,68); }
div.DivClassName
{
background-color: #B42F44;
}
.BgClassName
{
background-color: #B42F44;
}
</style>
border-color css
<style>
span { border-color: #B42F44; }
span { border-color: rgb(180,47,68); }
td.TdClassName
{
border-color: #B42F44;
}
.TagClassName
{
border-color: #B42F44;
}
</style>