Shades of Old Rose #B62C43
Tints of Old Rose #B62C43
RGB
CMYK
RGB Variations
Color information
#B62C43 (or 0xB62C43) is known color: Old Rose. HEX triplet: B6, 2C and 43. RGB value is (182,44,67). Sum of RGB (Red+Green+Blue) = 182+44+67=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62C43 is #49D3BC. Grayscale: #575757. Windows color (decimal): -4838333 or 4402358. OLE color: 4402358.
HSL color Cylindrical-coordinate representation of color #B62C43: hue angle of 350º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62C43 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 44 | 67 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.29 |
| HSL | 350º | 0.61% | 0.44% | - |
| HSV(B) | 350º | 0.76% | 0.71% | - |
| XYZ | 21.21 | 12.15 | 6.54 | - |
| YUV | 87.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 44 | 67 | 0 | 0.76 | 0.63 | 0.29 | 350 | 0.61 | 0.44 |
| Hex | B6 | 2C | 43 | 0 | 4C | 3F | 1D | 15E | 3D | 2C |
| Octal | 266 | 54 | 103 | 0 | 114 | 77 | 35 | 536 | 75 | 54 |
| Binary | 10110110 | 101100 | 1000011 | 0 | 1001100 | 111111 | 11101 | 101011110 | 111101 | 101100 |
Color Harmonies of #B62C43
Complementary color
Monochromatic Colors of #B62C43
Black with #B62C43
Text Example
Text Example
White with #B62C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62C43; }
p { color: rgb(182,44,67); }
H1.HeaderClassName
{
color: #B62C43;
}
.AnyTagClassName
{
color: #B62C43;
}
</style>
background-color css
<style>
a { background-color: #B62C43; }
a { background-color: rgb(182,44,67); }
div.DivClassName
{
background-color: #B62C43;
}
.BgClassName
{
background-color: #B62C43;
}
</style>
border-color css
<style>
span { border-color: #B62C43; }
span { border-color: rgb(182,44,67); }
td.TdClassName
{
border-color: #B62C43;
}
.TagClassName
{
border-color: #B62C43;
}
</style>