Shades of Rust #C24502
Tints of Rust #C24502
RGB
CMYK
RGB Variations
Color information
#C24502 (or 0xC24502) is known color: Rust. HEX triplet: C2, 45 and 02. RGB value is (194,69,2). Sum of RGB (Red+Green+Blue) = 194+69+2=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C24502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24502 is #3DBAFD. Grayscale: #636363. Windows color (decimal): -4045566 or 148930. OLE color: 148930.
HSL color Cylindrical-coordinate representation of color #C24502: hue angle of 20.94º 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 #C24502 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.24 |
| HSL | 20.94º | 0.98% | 0.38% | - |
| HSV(B) | 20.94º | 0.99% | 0.76% | - |
| XYZ | 24.39 | 15.73 | 1.81 | - |
| YUV | 98.74 | 73.41 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 2 | 0 | 0.64 | 0.99 | 0.24 | 20.94 | 0.98 | 0.38 |
| Hex | C2 | 45 | 2 | 0 | 40 | 63 | 18 | 15 | 62 | 26 |
| Octal | 302 | 105 | 2 | 0 | 100 | 143 | 30 | 25 | 142 | 46 |
| Binary | 11000010 | 1000101 | 10 | 0 | 1000000 | 1100011 | 11000 | 10101 | 1100010 | 100110 |
Color Harmonies of #C24502
Complementary color
Monochromatic Colors of #C24502
Black with #C24502
Text Example
Text Example
White with #C24502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24502; }
p { color: rgb(194,69,2); }
H1.HeaderClassName
{
color: #C24502;
}
.AnyTagClassName
{
color: #C24502;
}
</style>
background-color css
<style>
a { background-color: #C24502; }
a { background-color: rgb(194,69,2); }
div.DivClassName
{
background-color: #C24502;
}
.BgClassName
{
background-color: #C24502;
}
</style>
border-color css
<style>
span { border-color: #C24502; }
span { border-color: rgb(194,69,2); }
td.TdClassName
{
border-color: #C24502;
}
.TagClassName
{
border-color: #C24502;
}
</style>