Shades of Rust #C24102
Tints of Rust #C24102
RGB
CMYK
RGB Variations
Color information
#C24102 (or 0xC24102) is known color: Rust. HEX triplet: C2, 41 and 02. RGB value is (194,65,2). Sum of RGB (Red+Green+Blue) = 194+65+2=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C24102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24102 is #3DBEFD. Grayscale: #606060. Windows color (decimal): -4046590 or 147906. OLE color: 147906.
HSL color Cylindrical-coordinate representation of color #C24102: hue angle of 19.69º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C24102 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.24 |
| HSL | 19.69º | 0.98% | 0.38% | - |
| HSV(B) | 19.69º | 0.99% | 0.76% | - |
| XYZ | 24.15 | 15.25 | 1.73 | - |
| YUV | 96.39 | 74.74 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 2 | 0 | 0.66 | 0.99 | 0.24 | 19.69 | 0.98 | 0.38 |
| Hex | C2 | 41 | 2 | 0 | 42 | 63 | 18 | 14 | 62 | 26 |
| Octal | 302 | 101 | 2 | 0 | 102 | 143 | 30 | 24 | 142 | 46 |
| Binary | 11000010 | 1000001 | 10 | 0 | 1000010 | 1100011 | 11000 | 10100 | 1100010 | 100110 |
Color Harmonies of #C24102
Complementary color
Monochromatic Colors of #C24102
Black with #C24102
Text Example
Text Example
White with #C24102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24102; }
p { color: rgb(194,65,2); }
H1.HeaderClassName
{
color: #C24102;
}
.AnyTagClassName
{
color: #C24102;
}
</style>
background-color css
<style>
a { background-color: #C24102; }
a { background-color: rgb(194,65,2); }
div.DivClassName
{
background-color: #C24102;
}
.BgClassName
{
background-color: #C24102;
}
</style>
border-color css
<style>
span { border-color: #C24102; }
span { border-color: rgb(194,65,2); }
td.TdClassName
{
border-color: #C24102;
}
.TagClassName
{
border-color: #C24102;
}
</style>