Shades of Rust #C24911
Tints of Rust #C24911
RGB
CMYK
RGB Variations
Color information
#C24911 (or 0xC24911) is known color: Rust. HEX triplet: C2, 49 and 11. RGB value is (194,73,17). Sum of RGB (Red+Green+Blue) = 194+73+17=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C24911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24911 is #3DB6EE. Grayscale: #676767. Windows color (decimal): -4044527 or 1132994. OLE color: 1132994.
HSL color Cylindrical-coordinate representation of color #C24911: hue angle of 18.98º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C24911 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 17 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.24 |
| HSL | 18.98º | 0.84% | 0.41% | - |
| HSV(B) | 18.98º | 0.91% | 0.76% | - |
| XYZ | 24.73 | 16.27 | 2.37 | - |
| YUV | 102.8 | 79.59 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 17 | 0 | 0.62 | 0.91 | 0.24 | 18.98 | 0.84 | 0.41 |
| Hex | C2 | 49 | 11 | 0 | 3E | 5B | 18 | 13 | 54 | 29 |
| Octal | 302 | 111 | 21 | 0 | 76 | 133 | 30 | 23 | 124 | 51 |
| Binary | 11000010 | 1001001 | 10001 | 0 | 111110 | 1011011 | 11000 | 10011 | 1010100 | 101001 |
Color Harmonies of #C24911
Complementary color
Monochromatic Colors of #C24911
Black with #C24911
Text Example
Text Example
White with #C24911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24911; }
p { color: rgb(194,73,17); }
H1.HeaderClassName
{
color: #C24911;
}
.AnyTagClassName
{
color: #C24911;
}
</style>
background-color css
<style>
a { background-color: #C24911; }
a { background-color: rgb(194,73,17); }
div.DivClassName
{
background-color: #C24911;
}
.BgClassName
{
background-color: #C24911;
}
</style>
border-color css
<style>
span { border-color: #C24911; }
span { border-color: rgb(194,73,17); }
td.TdClassName
{
border-color: #C24911;
}
.TagClassName
{
border-color: #C24911;
}
</style>