Shades of Old Rose #B63A4B
Tints of Old Rose #B63A4B
RGB
CMYK
RGB Variations
Color information
#B63A4B (or 0xB63A4B) is known color: Old Rose. HEX triplet: B6, 3A and 4B. RGB value is (182,58,75). Sum of RGB (Red+Green+Blue) = 182+58+75=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63A4B is #49C5B4. Grayscale: #616161. Windows color (decimal): -4834741 or 4930230. OLE color: 4930230.
HSL color Cylindrical-coordinate representation of color #B63A4B: hue angle of 351.77º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63A4B is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 75 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.29 |
| HSL | 351.77º | 0.52% | 0.47% | - |
| HSV(B) | 351.77º | 0.68% | 0.71% | - |
| XYZ | 22.07 | 13.48 | 8.09 | - |
| YUV | 97.01 | 115.58 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 75 | 0 | 0.68 | 0.59 | 0.29 | 351.77 | 0.52 | 0.47 |
| Hex | B6 | 3A | 4B | 0 | 44 | 3B | 1D | 160 | 34 | 2F |
| Octal | 266 | 72 | 113 | 0 | 104 | 73 | 35 | 540 | 64 | 57 |
| Binary | 10110110 | 111010 | 1001011 | 0 | 1000100 | 111011 | 11101 | 101100000 | 110100 | 101111 |
Color Harmonies of #B63A4B
Complementary color
Monochromatic Colors of #B63A4B
Black with #B63A4B
Text Example
Text Example
White with #B63A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63A4B; }
p { color: rgb(182,58,75); }
H1.HeaderClassName
{
color: #B63A4B;
}
.AnyTagClassName
{
color: #B63A4B;
}
</style>
background-color css
<style>
a { background-color: #B63A4B; }
a { background-color: rgb(182,58,75); }
div.DivClassName
{
background-color: #B63A4B;
}
.BgClassName
{
background-color: #B63A4B;
}
</style>
border-color css
<style>
span { border-color: #B63A4B; }
span { border-color: rgb(182,58,75); }
td.TdClassName
{
border-color: #B63A4B;
}
.TagClassName
{
border-color: #B63A4B;
}
</style>