Shades of Rust #C24100
Tints of Rust #C24100
RGB
CMYK
RGB Variations
Color information
#C24100 (or 0xC24100) is known color: Rust. HEX triplet: C2, 41 and 00. RGB value is (194,65,0). Sum of RGB (Red+Green+Blue) = 194+65+0=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C24100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24100 is #3DBEFF. Grayscale: #606060. Windows color (decimal): -4046592 or 16834. OLE color: 16834.
HSL color Cylindrical-coordinate representation of color #C24100: hue angle of 20.1º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C24100 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.24 |
| HSL | 20.1º | 1% | 0.38% | - |
| HSV(B) | 20.1º | 1% | 0.76% | - |
| XYZ | 24.14 | 15.25 | 1.67 | - |
| YUV | 96.16 | 73.74 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 0 | 0 | 0.66 | 1 | 0.24 | 20.1 | 1 | 0.38 |
| Hex | C2 | 41 | 0 | 0 | 42 | 64 | 18 | 14 | 64 | 26 |
| Octal | 302 | 101 | 0 | 0 | 102 | 144 | 30 | 24 | 144 | 46 |
| Binary | 11000010 | 1000001 | 0 | 0 | 1000010 | 1100100 | 11000 | 10100 | 1100100 | 100110 |
Color Harmonies of #C24100
Complementary color
Monochromatic Colors of #C24100
Black with #C24100
Text Example
Text Example
White with #C24100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24100; }
p { color: rgb(194,65,0); }
H1.HeaderClassName
{
color: #C24100;
}
.AnyTagClassName
{
color: #C24100;
}
</style>
background-color css
<style>
a { background-color: #C24100; }
a { background-color: rgb(194,65,0); }
div.DivClassName
{
background-color: #C24100;
}
.BgClassName
{
background-color: #C24100;
}
</style>
border-color css
<style>
span { border-color: #C24100; }
span { border-color: rgb(194,65,0); }
td.TdClassName
{
border-color: #C24100;
}
.TagClassName
{
border-color: #C24100;
}
</style>