Shades of Rust #C24709
Tints of Rust #C24709
RGB
CMYK
RGB Variations
Color information
#C24709 (or 0xC24709) is known color: Rust. HEX triplet: C2, 47 and 09. RGB value is (194,71,9). Sum of RGB (Red+Green+Blue) = 194+71+9=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C24709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24709 is #3DB8F6. Grayscale: #656565. Windows color (decimal): -4045047 or 608194. OLE color: 608194.
HSL color Cylindrical-coordinate representation of color #C24709: hue angle of 20.11º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C24709 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.24 |
| HSL | 20.11º | 0.91% | 0.4% | - |
| HSV(B) | 20.11º | 0.95% | 0.76% | - |
| XYZ | 24.55 | 16 | 2.05 | - |
| YUV | 100.71 | 76.25 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 9 | 0 | 0.63 | 0.95 | 0.24 | 20.11 | 0.91 | 0.4 |
| Hex | C2 | 47 | 9 | 0 | 3F | 5F | 18 | 14 | 5B | 28 |
| Octal | 302 | 107 | 11 | 0 | 77 | 137 | 30 | 24 | 133 | 50 |
| Binary | 11000010 | 1000111 | 1001 | 0 | 111111 | 1011111 | 11000 | 10100 | 1011011 | 101000 |
Color Harmonies of #C24709
Complementary color
Monochromatic Colors of #C24709
Black with #C24709
Text Example
Text Example
White with #C24709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24709; }
p { color: rgb(194,71,9); }
H1.HeaderClassName
{
color: #C24709;
}
.AnyTagClassName
{
color: #C24709;
}
</style>
background-color css
<style>
a { background-color: #C24709; }
a { background-color: rgb(194,71,9); }
div.DivClassName
{
background-color: #C24709;
}
.BgClassName
{
background-color: #C24709;
}
</style>
border-color css
<style>
span { border-color: #C24709; }
span { border-color: rgb(194,71,9); }
td.TdClassName
{
border-color: #C24709;
}
.TagClassName
{
border-color: #C24709;
}
</style>