Shades of Old Rose #C02A4B
Tints of Old Rose #C02A4B
RGB
CMYK
RGB Variations
Color information
#C02A4B (or 0xC02A4B) is known color: Old Rose. HEX triplet: C0, 2A and 4B. RGB value is (192,42,75). Sum of RGB (Red+Green+Blue) = 192+42+75=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A4B is #3FD5B4. Grayscale: #5A5A5A. Windows color (decimal): -4183477 or 4926144. OLE color: 4926144.
HSL color Cylindrical-coordinate representation of color #C02A4B: hue angle of 346.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02A4B is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 75 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.25 |
| HSL | 346.8º | 0.64% | 0.46% | - |
| HSV(B) | 346.8º | 0.78% | 0.75% | - |
| XYZ | 23.84 | 13.37 | 7.98 | - |
| YUV | 90.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 75 | 0 | 0.78 | 0.61 | 0.25 | 346.8 | 0.64 | 0.46 |
| Hex | C0 | 2A | 4B | 0 | 4E | 3D | 19 | 15B | 40 | 2E |
| Octal | 300 | 52 | 113 | 0 | 116 | 75 | 31 | 533 | 100 | 56 |
| Binary | 11000000 | 101010 | 1001011 | 0 | 1001110 | 111101 | 11001 | 101011011 | 1000000 | 101110 |
Color Harmonies of #C02A4B
Complementary color
Monochromatic Colors of #C02A4B
Black with #C02A4B
Text Example
Text Example
White with #C02A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A4B; }
p { color: rgb(192,42,75); }
H1.HeaderClassName
{
color: #C02A4B;
}
.AnyTagClassName
{
color: #C02A4B;
}
</style>
background-color css
<style>
a { background-color: #C02A4B; }
a { background-color: rgb(192,42,75); }
div.DivClassName
{
background-color: #C02A4B;
}
.BgClassName
{
background-color: #C02A4B;
}
</style>
border-color css
<style>
span { border-color: #C02A4B; }
span { border-color: rgb(192,42,75); }
td.TdClassName
{
border-color: #C02A4B;
}
.TagClassName
{
border-color: #C02A4B;
}
</style>