Shades of Rust #C24707
Tints of Rust #C24707
RGB
CMYK
RGB Variations
Color information
#C24707 (or 0xC24707) is known color: Rust. HEX triplet: C2, 47 and 07. RGB value is (194,71,7). Sum of RGB (Red+Green+Blue) = 194+71+7=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C24707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24707 is #3DB8F8. Grayscale: #646464. Windows color (decimal): -4045049 or 477122. OLE color: 477122.
HSL color Cylindrical-coordinate representation of color #C24707: hue angle of 20.53º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C24707 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.24 |
| HSL | 20.53º | 0.93% | 0.39% | - |
| HSV(B) | 20.53º | 0.96% | 0.76% | - |
| XYZ | 24.54 | 15.99 | 1.99 | - |
| YUV | 100.48 | 75.25 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 7 | 0 | 0.63 | 0.96 | 0.24 | 20.53 | 0.93 | 0.39 |
| Hex | C2 | 47 | 7 | 0 | 3F | 60 | 18 | 15 | 5D | 27 |
| Octal | 302 | 107 | 7 | 0 | 77 | 140 | 30 | 25 | 135 | 47 |
| Binary | 11000010 | 1000111 | 111 | 0 | 111111 | 1100000 | 11000 | 10101 | 1011101 | 100111 |
Color Harmonies of #C24707
Complementary color
Monochromatic Colors of #C24707
Black with #C24707
Text Example
Text Example
White with #C24707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24707; }
p { color: rgb(194,71,7); }
H1.HeaderClassName
{
color: #C24707;
}
.AnyTagClassName
{
color: #C24707;
}
</style>
background-color css
<style>
a { background-color: #C24707; }
a { background-color: rgb(194,71,7); }
div.DivClassName
{
background-color: #C24707;
}
.BgClassName
{
background-color: #C24707;
}
</style>
border-color css
<style>
span { border-color: #C24707; }
span { border-color: rgb(194,71,7); }
td.TdClassName
{
border-color: #C24707;
}
.TagClassName
{
border-color: #C24707;
}
</style>