Shades of Rust #C24905
Tints of Rust #C24905
RGB
CMYK
RGB Variations
Color information
#C24905 (or 0xC24905) is known color: Rust. HEX triplet: C2, 49 and 05. RGB value is (194,73,5). Sum of RGB (Red+Green+Blue) = 194+73+5=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C24905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24905 is #3DB6FA. Grayscale: #656565. Windows color (decimal): -4044539 or 346562. OLE color: 346562.
HSL color Cylindrical-coordinate representation of color #C24905: hue angle of 21.59º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C24905 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.24 |
| HSL | 21.59º | 0.95% | 0.39% | - |
| HSV(B) | 21.59º | 0.97% | 0.76% | - |
| XYZ | 24.66 | 16.25 | 1.98 | - |
| YUV | 101.43 | 73.59 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 5 | 0 | 0.62 | 0.97 | 0.24 | 21.59 | 0.95 | 0.39 |
| Hex | C2 | 49 | 5 | 0 | 3E | 61 | 18 | 16 | 5F | 27 |
| Octal | 302 | 111 | 5 | 0 | 76 | 141 | 30 | 26 | 137 | 47 |
| Binary | 11000010 | 1001001 | 101 | 0 | 111110 | 1100001 | 11000 | 10110 | 1011111 | 100111 |
Color Harmonies of #C24905
Complementary color
Monochromatic Colors of #C24905
Black with #C24905
Text Example
Text Example
White with #C24905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24905; }
p { color: rgb(194,73,5); }
H1.HeaderClassName
{
color: #C24905;
}
.AnyTagClassName
{
color: #C24905;
}
</style>
background-color css
<style>
a { background-color: #C24905; }
a { background-color: rgb(194,73,5); }
div.DivClassName
{
background-color: #C24905;
}
.BgClassName
{
background-color: #C24905;
}
</style>
border-color css
<style>
span { border-color: #C24905; }
span { border-color: rgb(194,73,5); }
td.TdClassName
{
border-color: #C24905;
}
.TagClassName
{
border-color: #C24905;
}
</style>