Shades of Old Rose #C0254B
Tints of Old Rose #C0254B
RGB
CMYK
RGB Variations
Color information
#C0254B (or 0xC0254B) is known color: Old Rose. HEX triplet: C0, 25 and 4B. RGB value is (192,37,75). Sum of RGB (Red+Green+Blue) = 192+37+75=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0254B is #3FDAB4. Grayscale: #575757. Windows color (decimal): -4184757 or 4924864. OLE color: 4924864.
HSL color Cylindrical-coordinate representation of color #C0254B: hue angle of 345.29º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0254B is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 75 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.25 |
| HSL | 345.29º | 0.68% | 0.45% | - |
| HSV(B) | 345.29º | 0.81% | 0.75% | - |
| XYZ | 23.67 | 13.04 | 7.93 | - |
| YUV | 87.68 | 120.85 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 75 | 0 | 0.81 | 0.61 | 0.25 | 345.29 | 0.68 | 0.45 |
| Hex | C0 | 25 | 4B | 0 | 51 | 3D | 19 | 159 | 44 | 2D |
| Octal | 300 | 45 | 113 | 0 | 121 | 75 | 31 | 531 | 104 | 55 |
| Binary | 11000000 | 100101 | 1001011 | 0 | 1010001 | 111101 | 11001 | 101011001 | 1000100 | 101101 |
Color Harmonies of #C0254B
Complementary color
Monochromatic Colors of #C0254B
Black with #C0254B
Text Example
Text Example
White with #C0254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0254B; }
p { color: rgb(192,37,75); }
H1.HeaderClassName
{
color: #C0254B;
}
.AnyTagClassName
{
color: #C0254B;
}
</style>
background-color css
<style>
a { background-color: #C0254B; }
a { background-color: rgb(192,37,75); }
div.DivClassName
{
background-color: #C0254B;
}
.BgClassName
{
background-color: #C0254B;
}
</style>
border-color css
<style>
span { border-color: #C0254B; }
span { border-color: rgb(192,37,75); }
td.TdClassName
{
border-color: #C0254B;
}
.TagClassName
{
border-color: #C0254B;
}
</style>