Shades of Old Rose #B32A3F
Tints of Old Rose #B32A3F
RGB
CMYK
RGB Variations
Color information
#B32A3F (or 0xB32A3F) is known color: Old Rose. HEX triplet: B3, 2A and 3F. RGB value is (179,42,63). Sum of RGB (Red+Green+Blue) = 179+42+63=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32A3F is #4CD5C0. Grayscale: #555555. Windows color (decimal): -5035457 or 4139699. OLE color: 4139699.
HSL color Cylindrical-coordinate representation of color #B32A3F: hue angle of 350.8º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32A3F is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 42 | 63 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.30 |
| HSL | 350.8º | 0.62% | 0.43% | - |
| HSV(B) | 350.8º | 0.77% | 0.7% | - |
| XYZ | 20.32 | 11.6 | 5.87 | - |
| YUV | 85.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 63 | 0 | 0.77 | 0.65 | 0.30 | 350.8 | 0.62 | 0.43 |
| Hex | B3 | 2A | 3F | 0 | 4D | 41 | 1E | 15F | 3E | 2B |
| Octal | 263 | 52 | 77 | 0 | 115 | 101 | 36 | 537 | 76 | 53 |
| Binary | 10110011 | 101010 | 111111 | 0 | 1001101 | 1000001 | 11110 | 101011111 | 111110 | 101011 |
Color Harmonies of #B32A3F
Complementary color
Monochromatic Colors of #B32A3F
Black with #B32A3F
Text Example
Text Example
White with #B32A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32A3F; }
p { color: rgb(179,42,63); }
H1.HeaderClassName
{
color: #B32A3F;
}
.AnyTagClassName
{
color: #B32A3F;
}
</style>
background-color css
<style>
a { background-color: #B32A3F; }
a { background-color: rgb(179,42,63); }
div.DivClassName
{
background-color: #B32A3F;
}
.BgClassName
{
background-color: #B32A3F;
}
</style>
border-color css
<style>
span { border-color: #B32A3F; }
span { border-color: rgb(179,42,63); }
td.TdClassName
{
border-color: #B32A3F;
}
.TagClassName
{
border-color: #B32A3F;
}
</style>