Shades of Old Rose #B63D44
Tints of Old Rose #B63D44
RGB
CMYK
RGB Variations
Color information
#B63D44 (or 0xB63D44) is known color: Old Rose. HEX triplet: B6, 3D and 44. RGB value is (182,61,68). Sum of RGB (Red+Green+Blue) = 182+61+68=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D44 is #49C2BB. Grayscale: #626262. Windows color (decimal): -4833980 or 4472246. OLE color: 4472246.
HSL color Cylindrical-coordinate representation of color #B63D44: hue angle of 356.53º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63D44 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 68 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.29 |
| HSL | 356.53º | 0.5% | 0.48% | - |
| HSV(B) | 356.53º | 0.66% | 0.71% | - |
| XYZ | 22 | 13.7 | 6.95 | - |
| YUV | 97.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 68 | 0 | 0.66 | 0.63 | 0.29 | 356.53 | 0.5 | 0.48 |
| Hex | B6 | 3D | 44 | 0 | 42 | 3F | 1D | 165 | 32 | 30 |
| Octal | 266 | 75 | 104 | 0 | 102 | 77 | 35 | 545 | 62 | 60 |
| Binary | 10110110 | 111101 | 1000100 | 0 | 1000010 | 111111 | 11101 | 101100101 | 110010 | 110000 |
Color Harmonies of #B63D44
Complementary color
Monochromatic Colors of #B63D44
Black with #B63D44
Text Example
Text Example
White with #B63D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D44; }
p { color: rgb(182,61,68); }
H1.HeaderClassName
{
color: #B63D44;
}
.AnyTagClassName
{
color: #B63D44;
}
</style>
background-color css
<style>
a { background-color: #B63D44; }
a { background-color: rgb(182,61,68); }
div.DivClassName
{
background-color: #B63D44;
}
.BgClassName
{
background-color: #B63D44;
}
</style>
border-color css
<style>
span { border-color: #B63D44; }
span { border-color: rgb(182,61,68); }
td.TdClassName
{
border-color: #B63D44;
}
.TagClassName
{
border-color: #B63D44;
}
</style>