Shades of Old Rose #B62A5C
Tints of Old Rose #B62A5C
RGB
CMYK
RGB Variations
Color information
#B62A5C (or 0xB62A5C) is known color: Old Rose. HEX triplet: B6, 2A and 5C. RGB value is (182,42,92). Sum of RGB (Red+Green+Blue) = 182+42+92=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62A5C is #49D5A3. Grayscale: #595959. Windows color (decimal): -4838820 or 6040246. OLE color: 6040246.
HSL color Cylindrical-coordinate representation of color #B62A5C: hue angle of 338.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62A5C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 42 | 92 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.29 |
| HSL | 338.57º | 0.63% | 0.44% | - |
| HSV(B) | 338.57º | 0.77% | 0.71% | - |
| XYZ | 22.05 | 12.37 | 11.35 | - |
| YUV | 89.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 42 | 92 | 0 | 0.77 | 0.49 | 0.29 | 338.57 | 0.63 | 0.44 |
| Hex | B6 | 2A | 5C | 0 | 4D | 31 | 1D | 153 | 3E | 2C |
| Octal | 266 | 52 | 134 | 0 | 115 | 61 | 35 | 523 | 76 | 54 |
| Binary | 10110110 | 101010 | 1011100 | 0 | 1001101 | 110001 | 11101 | 101010011 | 111110 | 101100 |
Color Harmonies of #B62A5C
Complementary color
Monochromatic Colors of #B62A5C
Black with #B62A5C
Text Example
Text Example
White with #B62A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62A5C; }
p { color: rgb(182,42,92); }
H1.HeaderClassName
{
color: #B62A5C;
}
.AnyTagClassName
{
color: #B62A5C;
}
</style>
background-color css
<style>
a { background-color: #B62A5C; }
a { background-color: rgb(182,42,92); }
div.DivClassName
{
background-color: #B62A5C;
}
.BgClassName
{
background-color: #B62A5C;
}
</style>
border-color css
<style>
span { border-color: #B62A5C; }
span { border-color: rgb(182,42,92); }
td.TdClassName
{
border-color: #B62A5C;
}
.TagClassName
{
border-color: #B62A5C;
}
</style>