Shades of Old Rose #B7424A
Tints of Old Rose #B7424A
RGB
CMYK
RGB Variations
Color information
#B7424A (or 0xB7424A) is known color: Old Rose. HEX triplet: B7, 42 and 4A. RGB value is (183,66,74). Sum of RGB (Red+Green+Blue) = 183+66+74=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B7424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7424A is #48BDB5. Grayscale: #656565. Windows color (decimal): -4767158 or 4866743. OLE color: 4866743.
HSL color Cylindrical-coordinate representation of color #B7424A: hue angle of 355.9º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7424A is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 74 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.28 |
| HSL | 355.9º | 0.47% | 0.49% | - |
| HSV(B) | 355.9º | 0.64% | 0.72% | - |
| XYZ | 22.71 | 14.46 | 8.07 | - |
| YUV | 101.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 74 | 0 | 0.64 | 0.60 | 0.28 | 355.9 | 0.47 | 0.49 |
| Hex | B7 | 42 | 4A | 0 | 40 | 3C | 1C | 164 | 2F | 31 |
| Octal | 267 | 102 | 112 | 0 | 100 | 74 | 34 | 544 | 57 | 61 |
| Binary | 10110111 | 1000010 | 1001010 | 0 | 1000000 | 111100 | 11100 | 101100100 | 101111 | 110001 |
Color Harmonies of #B7424A
Complementary color
Monochromatic Colors of #B7424A
Black with #B7424A
Text Example
Text Example
White with #B7424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7424A; }
p { color: rgb(183,66,74); }
H1.HeaderClassName
{
color: #B7424A;
}
.AnyTagClassName
{
color: #B7424A;
}
</style>
background-color css
<style>
a { background-color: #B7424A; }
a { background-color: rgb(183,66,74); }
div.DivClassName
{
background-color: #B7424A;
}
.BgClassName
{
background-color: #B7424A;
}
</style>
border-color css
<style>
span { border-color: #B7424A; }
span { border-color: rgb(183,66,74); }
td.TdClassName
{
border-color: #B7424A;
}
.TagClassName
{
border-color: #B7424A;
}
</style>