Shades of Rust #C05418
Tints of Rust #C05418
RGB
CMYK
RGB Variations
Color information
#C05418 (or 0xC05418) is known color: Rust. HEX triplet: C0, 54 and 18. RGB value is (192,84,24). Sum of RGB (Red+Green+Blue) = 192+84+24=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C05418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05418 is #3FABE7. Grayscale: #6D6D6D. Windows color (decimal): -4172776 or 1594560. OLE color: 1594560.
HSL color Cylindrical-coordinate representation of color #C05418: hue angle of 21.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C05418 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 24 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.25 |
| HSL | 21.43º | 0.78% | 0.42% | - |
| HSV(B) | 21.43º | 0.88% | 0.75% | - |
| XYZ | 25.07 | 17.61 | 2.94 | - |
| YUV | 109.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 24 | 0 | 0.56 | 0.88 | 0.25 | 21.43 | 0.78 | 0.42 |
| Hex | C0 | 54 | 18 | 0 | 38 | 58 | 19 | 15 | 4E | 2A |
| Octal | 300 | 124 | 30 | 0 | 70 | 130 | 31 | 25 | 116 | 52 |
| Binary | 11000000 | 1010100 | 11000 | 0 | 111000 | 1011000 | 11001 | 10101 | 1001110 | 101010 |
Color Harmonies of #C05418
Complementary color
Monochromatic Colors of #C05418
Black with #C05418
Text Example
Text Example
White with #C05418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05418; }
p { color: rgb(192,84,24); }
H1.HeaderClassName
{
color: #C05418;
}
.AnyTagClassName
{
color: #C05418;
}
</style>
background-color css
<style>
a { background-color: #C05418; }
a { background-color: rgb(192,84,24); }
div.DivClassName
{
background-color: #C05418;
}
.BgClassName
{
background-color: #C05418;
}
</style>
border-color css
<style>
span { border-color: #C05418; }
span { border-color: rgb(192,84,24); }
td.TdClassName
{
border-color: #C05418;
}
.TagClassName
{
border-color: #C05418;
}
</style>