Shades of Rust #C24202
Tints of Rust #C24202
RGB
CMYK
RGB Variations
Color information
#C24202 (or 0xC24202) is known color: Rust. HEX triplet: C2, 42 and 02. RGB value is (194,66,2). Sum of RGB (Red+Green+Blue) = 194+66+2=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C24202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24202 is #3DBDFD. Grayscale: #616161. Windows color (decimal): -4046334 or 148162. OLE color: 148162.
HSL color Cylindrical-coordinate representation of color #C24202: hue angle of 20º 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 #C24202 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.24 |
| HSL | 20º | 0.98% | 0.38% | - |
| HSV(B) | 20º | 0.99% | 0.76% | - |
| XYZ | 24.21 | 15.37 | 1.75 | - |
| YUV | 96.98 | 74.41 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 2 | 0 | 0.66 | 0.99 | 0.24 | 20 | 0.98 | 0.38 |
| Hex | C2 | 42 | 2 | 0 | 42 | 63 | 18 | 14 | 62 | 26 |
| Octal | 302 | 102 | 2 | 0 | 102 | 143 | 30 | 24 | 142 | 46 |
| Binary | 11000010 | 1000010 | 10 | 0 | 1000010 | 1100011 | 11000 | 10100 | 1100010 | 100110 |
Color Harmonies of #C24202
Complementary color
Monochromatic Colors of #C24202
Black with #C24202
Text Example
Text Example
White with #C24202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24202; }
p { color: rgb(194,66,2); }
H1.HeaderClassName
{
color: #C24202;
}
.AnyTagClassName
{
color: #C24202;
}
</style>
background-color css
<style>
a { background-color: #C24202; }
a { background-color: rgb(194,66,2); }
div.DivClassName
{
background-color: #C24202;
}
.BgClassName
{
background-color: #C24202;
}
</style>
border-color css
<style>
span { border-color: #C24202; }
span { border-color: rgb(194,66,2); }
td.TdClassName
{
border-color: #C24202;
}
.TagClassName
{
border-color: #C24202;
}
</style>