Shades of Old Rose #B32843
Tints of Old Rose #B32843
RGB
CMYK
RGB Variations
Color information
#B32843 (or 0xB32843) is known color: Old Rose. HEX triplet: B3, 28 and 43. RGB value is (179,40,67). Sum of RGB (Red+Green+Blue) = 179+40+67=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B32843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32843 is #4CD7BC. Grayscale: #545454. Windows color (decimal): -5035965 or 4401331. OLE color: 4401331.
HSL color Cylindrical-coordinate representation of color #B32843: hue angle of 348.35º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32843 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 67 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.30 |
| HSL | 348.35º | 0.63% | 0.43% | - |
| HSV(B) | 348.35º | 0.78% | 0.7% | - |
| XYZ | 20.36 | 11.51 | 6.46 | - |
| YUV | 84.64 | 118.05 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 67 | 0 | 0.78 | 0.63 | 0.30 | 348.35 | 0.63 | 0.43 |
| Hex | B3 | 28 | 43 | 0 | 4E | 3F | 1E | 15C | 3F | 2B |
| Octal | 263 | 50 | 103 | 0 | 116 | 77 | 36 | 534 | 77 | 53 |
| Binary | 10110011 | 101000 | 1000011 | 0 | 1001110 | 111111 | 11110 | 101011100 | 111111 | 101011 |
Color Harmonies of #B32843
Complementary color
Monochromatic Colors of #B32843
Black with #B32843
Text Example
Text Example
White with #B32843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32843; }
p { color: rgb(179,40,67); }
H1.HeaderClassName
{
color: #B32843;
}
.AnyTagClassName
{
color: #B32843;
}
</style>
background-color css
<style>
a { background-color: #B32843; }
a { background-color: rgb(179,40,67); }
div.DivClassName
{
background-color: #B32843;
}
.BgClassName
{
background-color: #B32843;
}
</style>
border-color css
<style>
span { border-color: #B32843; }
span { border-color: rgb(179,40,67); }
td.TdClassName
{
border-color: #B32843;
}
.TagClassName
{
border-color: #B32843;
}
</style>