Shades of Old Rose #C4224B
Tints of Old Rose #C4224B
RGB
CMYK
RGB Variations
Color information
#C4224B (or 0xC4224B) is known color: Old Rose. HEX triplet: C4, 22 and 4B. RGB value is (196,34,75). Sum of RGB (Red+Green+Blue) = 196+34+75=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C4224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4224B is #3BDDB4. Grayscale: #575757. Windows color (decimal): -3923381 or 4924100. OLE color: 4924100.
HSL color Cylindrical-coordinate representation of color #C4224B: hue angle of 344.81º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4224B is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 75 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.23 |
| HSL | 344.81º | 0.7% | 0.45% | - |
| HSV(B) | 344.81º | 0.83% | 0.77% | - |
| XYZ | 24.61 | 13.39 | 7.94 | - |
| YUV | 87.11 | 121.17 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 75 | 0 | 0.83 | 0.62 | 0.23 | 344.81 | 0.7 | 0.45 |
| Hex | C4 | 22 | 4B | 0 | 53 | 3E | 17 | 159 | 46 | 2D |
| Octal | 304 | 42 | 113 | 0 | 123 | 76 | 27 | 531 | 106 | 55 |
| Binary | 11000100 | 100010 | 1001011 | 0 | 1010011 | 111110 | 10111 | 101011001 | 1000110 | 101101 |
Color Harmonies of #C4224B
Complementary color
Monochromatic Colors of #C4224B
Black with #C4224B
Text Example
Text Example
White with #C4224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4224B; }
p { color: rgb(196,34,75); }
H1.HeaderClassName
{
color: #C4224B;
}
.AnyTagClassName
{
color: #C4224B;
}
</style>
background-color css
<style>
a { background-color: #C4224B; }
a { background-color: rgb(196,34,75); }
div.DivClassName
{
background-color: #C4224B;
}
.BgClassName
{
background-color: #C4224B;
}
</style>
border-color css
<style>
span { border-color: #C4224B; }
span { border-color: rgb(196,34,75); }
td.TdClassName
{
border-color: #C4224B;
}
.TagClassName
{
border-color: #C4224B;
}
</style>