Shades of Rust #C24802
Tints of Rust #C24802
RGB
CMYK
RGB Variations
Color information
#C24802 (or 0xC24802) is known color: Rust. HEX triplet: C2, 48 and 02. RGB value is (194,72,2). Sum of RGB (Red+Green+Blue) = 194+72+2=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C24802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24802 is #3DB7FD. Grayscale: #646464. Windows color (decimal): -4044798 or 149698. OLE color: 149698.
HSL color Cylindrical-coordinate representation of color #C24802: hue angle of 21.88º 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 #C24802 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.24 |
| HSL | 21.88º | 0.98% | 0.38% | - |
| HSV(B) | 21.88º | 0.99% | 0.76% | - |
| XYZ | 24.58 | 16.11 | 1.87 | - |
| YUV | 100.5 | 72.42 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 2 | 0 | 0.63 | 0.99 | 0.24 | 21.88 | 0.98 | 0.38 |
| Hex | C2 | 48 | 2 | 0 | 3F | 63 | 18 | 16 | 62 | 26 |
| Octal | 302 | 110 | 2 | 0 | 77 | 143 | 30 | 26 | 142 | 46 |
| Binary | 11000010 | 1001000 | 10 | 0 | 111111 | 1100011 | 11000 | 10110 | 1100010 | 100110 |
Color Harmonies of #C24802
Complementary color
Monochromatic Colors of #C24802
Black with #C24802
Text Example
Text Example
White with #C24802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24802; }
p { color: rgb(194,72,2); }
H1.HeaderClassName
{
color: #C24802;
}
.AnyTagClassName
{
color: #C24802;
}
</style>
background-color css
<style>
a { background-color: #C24802; }
a { background-color: rgb(194,72,2); }
div.DivClassName
{
background-color: #C24802;
}
.BgClassName
{
background-color: #C24802;
}
</style>
border-color css
<style>
span { border-color: #C24802; }
span { border-color: rgb(194,72,2); }
td.TdClassName
{
border-color: #C24802;
}
.TagClassName
{
border-color: #C24802;
}
</style>