Shades of Old Rose #B62E42
Tints of Old Rose #B62E42
RGB
CMYK
RGB Variations
Color information
#B62E42 (or 0xB62E42) is known color: Old Rose. HEX triplet: B6, 2E and 42. RGB value is (182,46,66). Sum of RGB (Red+Green+Blue) = 182+46+66=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62E42 is #49D1BD. Grayscale: #595959. Windows color (decimal): -4837822 or 4337334. OLE color: 4337334.
HSL color Cylindrical-coordinate representation of color #B62E42: hue angle of 351.18º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62E42 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 46 | 66 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.29 |
| HSL | 351.18º | 0.6% | 0.45% | - |
| HSV(B) | 351.18º | 0.75% | 0.71% | - |
| XYZ | 21.25 | 12.29 | 6.41 | - |
| YUV | 88.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 46 | 66 | 0 | 0.75 | 0.64 | 0.29 | 351.18 | 0.6 | 0.45 |
| Hex | B6 | 2E | 42 | 0 | 4B | 40 | 1D | 15F | 3C | 2D |
| Octal | 266 | 56 | 102 | 0 | 113 | 100 | 35 | 537 | 74 | 55 |
| Binary | 10110110 | 101110 | 1000010 | 0 | 1001011 | 1000000 | 11101 | 101011111 | 111100 | 101101 |
Color Harmonies of #B62E42
Complementary color
Monochromatic Colors of #B62E42
Black with #B62E42
Text Example
Text Example
White with #B62E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62E42; }
p { color: rgb(182,46,66); }
H1.HeaderClassName
{
color: #B62E42;
}
.AnyTagClassName
{
color: #B62E42;
}
</style>
background-color css
<style>
a { background-color: #B62E42; }
a { background-color: rgb(182,46,66); }
div.DivClassName
{
background-color: #B62E42;
}
.BgClassName
{
background-color: #B62E42;
}
</style>
border-color css
<style>
span { border-color: #B62E42; }
span { border-color: rgb(182,46,66); }
td.TdClassName
{
border-color: #B62E42;
}
.TagClassName
{
border-color: #B62E42;
}
</style>