Shades of Old Rose #B63442
Tints of Old Rose #B63442
RGB
CMYK
RGB Variations
Color information
#B63442 (or 0xB63442) is known color: Old Rose. HEX triplet: B6, 34 and 42. RGB value is (182,52,66). Sum of RGB (Red+Green+Blue) = 182+52+66=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B63442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63442 is #49CBBD. Grayscale: #5C5C5C. Windows color (decimal): -4836286 or 4338870. OLE color: 4338870.
HSL color Cylindrical-coordinate representation of color #B63442: hue angle of 353.54º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63442 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 66 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.29 |
| HSL | 353.54º | 0.56% | 0.46% | - |
| HSV(B) | 353.54º | 0.71% | 0.71% | - |
| XYZ | 21.5 | 12.79 | 6.49 | - |
| YUV | 92.47 | 113.07 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 66 | 0 | 0.71 | 0.64 | 0.29 | 353.54 | 0.56 | 0.46 |
| Hex | B6 | 34 | 42 | 0 | 47 | 40 | 1D | 162 | 38 | 2E |
| Octal | 266 | 64 | 102 | 0 | 107 | 100 | 35 | 542 | 70 | 56 |
| Binary | 10110110 | 110100 | 1000010 | 0 | 1000111 | 1000000 | 11101 | 101100010 | 111000 | 101110 |
Color Harmonies of #B63442
Complementary color
Monochromatic Colors of #B63442
Black with #B63442
Text Example
Text Example
White with #B63442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63442; }
p { color: rgb(182,52,66); }
H1.HeaderClassName
{
color: #B63442;
}
.AnyTagClassName
{
color: #B63442;
}
</style>
background-color css
<style>
a { background-color: #B63442; }
a { background-color: rgb(182,52,66); }
div.DivClassName
{
background-color: #B63442;
}
.BgClassName
{
background-color: #B63442;
}
</style>
border-color css
<style>
span { border-color: #B63442; }
span { border-color: rgb(182,52,66); }
td.TdClassName
{
border-color: #B63442;
}
.TagClassName
{
border-color: #B63442;
}
</style>