Shades of Old Rose #C2244B
Tints of Old Rose #C2244B
RGB
CMYK
RGB Variations
Color information
#C2244B (or 0xC2244B) is known color: Old Rose. HEX triplet: C2, 24 and 4B. RGB value is (194,36,75). Sum of RGB (Red+Green+Blue) = 194+36+75=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2244B is #3DDBB4. Grayscale: #575757. Windows color (decimal): -4053941 or 4924610. OLE color: 4924610.
HSL color Cylindrical-coordinate representation of color #C2244B: hue angle of 345.19º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2244B is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 75 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.24 |
| HSL | 345.19º | 0.69% | 0.45% | - |
| HSV(B) | 345.19º | 0.81% | 0.76% | - |
| XYZ | 24.15 | 13.24 | 7.94 | - |
| YUV | 87.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 75 | 0 | 0.81 | 0.61 | 0.24 | 345.19 | 0.69 | 0.45 |
| Hex | C2 | 24 | 4B | 0 | 51 | 3D | 18 | 159 | 45 | 2D |
| Octal | 302 | 44 | 113 | 0 | 121 | 75 | 30 | 531 | 105 | 55 |
| Binary | 11000010 | 100100 | 1001011 | 0 | 1010001 | 111101 | 11000 | 101011001 | 1000101 | 101101 |
Color Harmonies of #C2244B
Complementary color
Monochromatic Colors of #C2244B
Black with #C2244B
Text Example
Text Example
White with #C2244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2244B; }
p { color: rgb(194,36,75); }
H1.HeaderClassName
{
color: #C2244B;
}
.AnyTagClassName
{
color: #C2244B;
}
</style>
background-color css
<style>
a { background-color: #C2244B; }
a { background-color: rgb(194,36,75); }
div.DivClassName
{
background-color: #C2244B;
}
.BgClassName
{
background-color: #C2244B;
}
</style>
border-color css
<style>
span { border-color: #C2244B; }
span { border-color: rgb(194,36,75); }
td.TdClassName
{
border-color: #C2244B;
}
.TagClassName
{
border-color: #C2244B;
}
</style>