Shades of Rust #C24504
Tints of Rust #C24504
RGB
CMYK
RGB Variations
Color information
#C24504 (or 0xC24504) is known color: Rust. HEX triplet: C2, 45 and 04. RGB value is (194,69,4). Sum of RGB (Red+Green+Blue) = 194+69+4=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C24504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24504 is #3DBAFB. Grayscale: #636363. Windows color (decimal): -4045564 or 280002. OLE color: 280002.
HSL color Cylindrical-coordinate representation of color #C24504: hue angle of 20.53º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C24504 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.24 |
| HSL | 20.53º | 0.96% | 0.39% | - |
| HSV(B) | 20.53º | 0.98% | 0.76% | - |
| XYZ | 24.4 | 15.73 | 1.87 | - |
| YUV | 98.97 | 74.41 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 4 | 0 | 0.64 | 0.98 | 0.24 | 20.53 | 0.96 | 0.39 |
| Hex | C2 | 45 | 4 | 0 | 40 | 62 | 18 | 15 | 60 | 27 |
| Octal | 302 | 105 | 4 | 0 | 100 | 142 | 30 | 25 | 140 | 47 |
| Binary | 11000010 | 1000101 | 100 | 0 | 1000000 | 1100010 | 11000 | 10101 | 1100000 | 100111 |
Color Harmonies of #C24504
Complementary color
Monochromatic Colors of #C24504
Black with #C24504
Text Example
Text Example
White with #C24504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24504; }
p { color: rgb(194,69,4); }
H1.HeaderClassName
{
color: #C24504;
}
.AnyTagClassName
{
color: #C24504;
}
</style>
background-color css
<style>
a { background-color: #C24504; }
a { background-color: rgb(194,69,4); }
div.DivClassName
{
background-color: #C24504;
}
.BgClassName
{
background-color: #C24504;
}
</style>
border-color css
<style>
span { border-color: #C24504; }
span { border-color: rgb(194,69,4); }
td.TdClassName
{
border-color: #C24504;
}
.TagClassName
{
border-color: #C24504;
}
</style>