Shades of Old Rose #C2424B
Tints of Old Rose #C2424B
RGB
CMYK
RGB Variations
Color information
#C2424B (or 0xC2424B) is known color: Old Rose. HEX triplet: C2, 42 and 4B. RGB value is (194,66,75). Sum of RGB (Red+Green+Blue) = 194+66+75=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2424B is #3DBDB4. Grayscale: #696969. Windows color (decimal): -4046261 or 4932290. OLE color: 4932290.
HSL color Cylindrical-coordinate representation of color #C2424B: hue angle of 355.78º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2424B is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 75 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.24 |
| HSL | 355.78º | 0.51% | 0.51% | - |
| HSV(B) | 355.78º | 0.66% | 0.76% | - |
| XYZ | 25.47 | 15.87 | 8.38 | - |
| YUV | 105.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 75 | 0 | 0.66 | 0.61 | 0.24 | 355.78 | 0.51 | 0.51 |
| Hex | C2 | 42 | 4B | 0 | 42 | 3D | 18 | 164 | 33 | 33 |
| Octal | 302 | 102 | 113 | 0 | 102 | 75 | 30 | 544 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1001011 | 0 | 1000010 | 111101 | 11000 | 101100100 | 110011 | 110011 |
Color Harmonies of #C2424B
Complementary color
Monochromatic Colors of #C2424B
Black with #C2424B
Text Example
Text Example
White with #C2424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2424B; }
p { color: rgb(194,66,75); }
H1.HeaderClassName
{
color: #C2424B;
}
.AnyTagClassName
{
color: #C2424B;
}
</style>
background-color css
<style>
a { background-color: #C2424B; }
a { background-color: rgb(194,66,75); }
div.DivClassName
{
background-color: #C2424B;
}
.BgClassName
{
background-color: #C2424B;
}
</style>
border-color css
<style>
span { border-color: #C2424B; }
span { border-color: rgb(194,66,75); }
td.TdClassName
{
border-color: #C2424B;
}
.TagClassName
{
border-color: #C2424B;
}
</style>