Shades of Rust #C25418
Tints of Rust #C25418
RGB
CMYK
RGB Variations
Color information
#C25418 (or 0xC25418) is known color: Rust. HEX triplet: C2, 54 and 18. RGB value is (194,84,24). Sum of RGB (Red+Green+Blue) = 194+84+24=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C25418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25418 is #3DABE7. Grayscale: #6E6E6E. Windows color (decimal): -4041704 or 1594562. OLE color: 1594562.
HSL color Cylindrical-coordinate representation of color #C25418: hue angle of 21.18º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C25418 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 24 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.24 |
| HSL | 21.18º | 0.78% | 0.43% | - |
| HSV(B) | 21.18º | 0.88% | 0.76% | - |
| XYZ | 25.58 | 17.88 | 2.97 | - |
| YUV | 110.05 | 79.44 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 24 | 0 | 0.57 | 0.88 | 0.24 | 21.18 | 0.78 | 0.43 |
| Hex | C2 | 54 | 18 | 0 | 39 | 58 | 18 | 15 | 4E | 2B |
| Octal | 302 | 124 | 30 | 0 | 71 | 130 | 30 | 25 | 116 | 53 |
| Binary | 11000010 | 1010100 | 11000 | 0 | 111001 | 1011000 | 11000 | 10101 | 1001110 | 101011 |
Color Harmonies of #C25418
Complementary color
Monochromatic Colors of #C25418
Black with #C25418
Text Example
Text Example
White with #C25418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25418; }
p { color: rgb(194,84,24); }
H1.HeaderClassName
{
color: #C25418;
}
.AnyTagClassName
{
color: #C25418;
}
</style>
background-color css
<style>
a { background-color: #C25418; }
a { background-color: rgb(194,84,24); }
div.DivClassName
{
background-color: #C25418;
}
.BgClassName
{
background-color: #C25418;
}
</style>
border-color css
<style>
span { border-color: #C25418; }
span { border-color: rgb(194,84,24); }
td.TdClassName
{
border-color: #C25418;
}
.TagClassName
{
border-color: #C25418;
}
</style>