Shades of Old Rose #C03B4B
Tints of Old Rose #C03B4B
RGB
CMYK
RGB Variations
Color information
#C03B4B (or 0xC03B4B) is known color: Old Rose. HEX triplet: C0, 3B and 4B. RGB value is (192,59,75). Sum of RGB (Red+Green+Blue) = 192+59+75=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B4B is #3FC4B4. Grayscale: #646464. Windows color (decimal): -4179125 or 4930496. OLE color: 4930496.
HSL color Cylindrical-coordinate representation of color #C03B4B: hue angle of 352.78º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B4B is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 75 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.25 |
| HSL | 352.78º | 0.53% | 0.49% | - |
| HSV(B) | 352.78º | 0.69% | 0.75% | - |
| XYZ | 24.57 | 14.84 | 8.23 | - |
| YUV | 100.59 | 113.56 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 75 | 0 | 0.69 | 0.61 | 0.25 | 352.78 | 0.53 | 0.49 |
| Hex | C0 | 3B | 4B | 0 | 45 | 3D | 19 | 161 | 35 | 31 |
| Octal | 300 | 73 | 113 | 0 | 105 | 75 | 31 | 541 | 65 | 61 |
| Binary | 11000000 | 111011 | 1001011 | 0 | 1000101 | 111101 | 11001 | 101100001 | 110101 | 110001 |
Color Harmonies of #C03B4B
Complementary color
Monochromatic Colors of #C03B4B
Black with #C03B4B
Text Example
Text Example
White with #C03B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B4B; }
p { color: rgb(192,59,75); }
H1.HeaderClassName
{
color: #C03B4B;
}
.AnyTagClassName
{
color: #C03B4B;
}
</style>
background-color css
<style>
a { background-color: #C03B4B; }
a { background-color: rgb(192,59,75); }
div.DivClassName
{
background-color: #C03B4B;
}
.BgClassName
{
background-color: #C03B4B;
}
</style>
border-color css
<style>
span { border-color: #C03B4B; }
span { border-color: rgb(192,59,75); }
td.TdClassName
{
border-color: #C03B4B;
}
.TagClassName
{
border-color: #C03B4B;
}
</style>