Shades of Old Rose #B63944
Tints of Old Rose #B63944
RGB
CMYK
RGB Variations
Color information
#B63944 (or 0xB63944) is known color: Old Rose. HEX triplet: B6, 39 and 44. RGB value is (182,57,68). Sum of RGB (Red+Green+Blue) = 182+57+68=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B63944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63944 is #49C6BB. Grayscale: #5F5F5F. Windows color (decimal): -4835004 or 4471222. OLE color: 4471222.
HSL color Cylindrical-coordinate representation of color #B63944: hue angle of 354.72º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63944 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 57 | 68 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.29 |
| HSL | 354.72º | 0.52% | 0.47% | - |
| HSV(B) | 354.72º | 0.69% | 0.71% | - |
| XYZ | 21.8 | 13.29 | 6.88 | - |
| YUV | 95.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 68 | 0 | 0.69 | 0.63 | 0.29 | 354.72 | 0.52 | 0.47 |
| Hex | B6 | 39 | 44 | 0 | 45 | 3F | 1D | 163 | 34 | 2F |
| Octal | 266 | 71 | 104 | 0 | 105 | 77 | 35 | 543 | 64 | 57 |
| Binary | 10110110 | 111001 | 1000100 | 0 | 1000101 | 111111 | 11101 | 101100011 | 110100 | 101111 |
Color Harmonies of #B63944
Complementary color
Monochromatic Colors of #B63944
Black with #B63944
Text Example
Text Example
White with #B63944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63944; }
p { color: rgb(182,57,68); }
H1.HeaderClassName
{
color: #B63944;
}
.AnyTagClassName
{
color: #B63944;
}
</style>
background-color css
<style>
a { background-color: #B63944; }
a { background-color: rgb(182,57,68); }
div.DivClassName
{
background-color: #B63944;
}
.BgClassName
{
background-color: #B63944;
}
</style>
border-color css
<style>
span { border-color: #B63944; }
span { border-color: rgb(182,57,68); }
td.TdClassName
{
border-color: #B63944;
}
.TagClassName
{
border-color: #B63944;
}
</style>