Shades of Rust #C24605
Tints of Rust #C24605
RGB
CMYK
RGB Variations
Color information
#C24605 (or 0xC24605) is known color: Rust. HEX triplet: C2, 46 and 05. RGB value is (194,70,5). Sum of RGB (Red+Green+Blue) = 194+70+5=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C24605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24605 is #3DB9FA. Grayscale: #646464. Windows color (decimal): -4045307 or 345794. OLE color: 345794.
HSL color Cylindrical-coordinate representation of color #C24605: hue angle of 20.63º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C24605 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.24 |
| HSL | 20.63º | 0.95% | 0.39% | - |
| HSV(B) | 20.63º | 0.97% | 0.76% | - |
| XYZ | 24.47 | 15.86 | 1.92 | - |
| YUV | 99.67 | 74.58 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 5 | 0 | 0.64 | 0.97 | 0.24 | 20.63 | 0.95 | 0.39 |
| Hex | C2 | 46 | 5 | 0 | 40 | 61 | 18 | 15 | 5F | 27 |
| Octal | 302 | 106 | 5 | 0 | 100 | 141 | 30 | 25 | 137 | 47 |
| Binary | 11000010 | 1000110 | 101 | 0 | 1000000 | 1100001 | 11000 | 10101 | 1011111 | 100111 |
Color Harmonies of #C24605
Complementary color
Monochromatic Colors of #C24605
Black with #C24605
Text Example
Text Example
White with #C24605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24605; }
p { color: rgb(194,70,5); }
H1.HeaderClassName
{
color: #C24605;
}
.AnyTagClassName
{
color: #C24605;
}
</style>
background-color css
<style>
a { background-color: #C24605; }
a { background-color: rgb(194,70,5); }
div.DivClassName
{
background-color: #C24605;
}
.BgClassName
{
background-color: #C24605;
}
</style>
border-color css
<style>
span { border-color: #C24605; }
span { border-color: rgb(194,70,5); }
td.TdClassName
{
border-color: #C24605;
}
.TagClassName
{
border-color: #C24605;
}
</style>