Shades of Old Rose #C4244A
Tints of Old Rose #C4244A
RGB
CMYK
RGB Variations
Color information
#C4244A (or 0xC4244A) is known color: Old Rose. HEX triplet: C4, 24 and 4A. RGB value is (196,36,74). Sum of RGB (Red+Green+Blue) = 196+36+74=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4244A is #3BDBB5. Grayscale: #585858. Windows color (decimal): -3922870 or 4859076. OLE color: 4859076.
HSL color Cylindrical-coordinate representation of color #C4244A: hue angle of 345.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4244A is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 74 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.23 |
| HSL | 345.75º | 0.69% | 0.45% | - |
| HSV(B) | 345.75º | 0.82% | 0.77% | - |
| XYZ | 24.63 | 13.49 | 7.78 | - |
| YUV | 88.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 74 | 0 | 0.82 | 0.62 | 0.23 | 345.75 | 0.69 | 0.45 |
| Hex | C4 | 24 | 4A | 0 | 52 | 3E | 17 | 15A | 45 | 2D |
| Octal | 304 | 44 | 112 | 0 | 122 | 76 | 27 | 532 | 105 | 55 |
| Binary | 11000100 | 100100 | 1001010 | 0 | 1010010 | 111110 | 10111 | 101011010 | 1000101 | 101101 |
Color Harmonies of #C4244A
Complementary color
Monochromatic Colors of #C4244A
Black with #C4244A
Text Example
Text Example
White with #C4244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4244A; }
p { color: rgb(196,36,74); }
H1.HeaderClassName
{
color: #C4244A;
}
.AnyTagClassName
{
color: #C4244A;
}
</style>
background-color css
<style>
a { background-color: #C4244A; }
a { background-color: rgb(196,36,74); }
div.DivClassName
{
background-color: #C4244A;
}
.BgClassName
{
background-color: #C4244A;
}
</style>
border-color css
<style>
span { border-color: #C4244A; }
span { border-color: rgb(196,36,74); }
td.TdClassName
{
border-color: #C4244A;
}
.TagClassName
{
border-color: #C4244A;
}
</style>