Shades of Rust #C5400D
Tints of Rust #C5400D
RGB
CMYK
RGB Variations
Color information
#C5400D (or 0xC5400D) is known color: Rust. HEX triplet: C5, 40 and 0D. RGB value is (197,64,13). Sum of RGB (Red+Green+Blue) = 197+64+13=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C5400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5400D is #3ABFF2. Grayscale: #626262. Windows color (decimal): -3850227 or 868549. OLE color: 868549.
HSL color Cylindrical-coordinate representation of color #C5400D: hue angle of 16.63º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5400D is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 13 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.23 |
| HSL | 16.63º | 0.88% | 0.41% | - |
| HSV(B) | 16.63º | 0.93% | 0.77% | - |
| XYZ | 24.93 | 15.57 | 2.07 | - |
| YUV | 97.95 | 80.06 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 13 | 0 | 0.68 | 0.93 | 0.23 | 16.63 | 0.88 | 0.41 |
| Hex | C5 | 40 | D | 0 | 44 | 5D | 17 | 11 | 58 | 29 |
| Octal | 305 | 100 | 15 | 0 | 104 | 135 | 27 | 21 | 130 | 51 |
| Binary | 11000101 | 1000000 | 1101 | 0 | 1000100 | 1011101 | 10111 | 10001 | 1011000 | 101001 |
Color Harmonies of #C5400D
Complementary color
Monochromatic Colors of #C5400D
Black with #C5400D
Text Example
Text Example
White with #C5400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5400D; }
p { color: rgb(197,64,13); }
H1.HeaderClassName
{
color: #C5400D;
}
.AnyTagClassName
{
color: #C5400D;
}
</style>
background-color css
<style>
a { background-color: #C5400D; }
a { background-color: rgb(197,64,13); }
div.DivClassName
{
background-color: #C5400D;
}
.BgClassName
{
background-color: #C5400D;
}
</style>
border-color css
<style>
span { border-color: #C5400D; }
span { border-color: rgb(197,64,13); }
td.TdClassName
{
border-color: #C5400D;
}
.TagClassName
{
border-color: #C5400D;
}
</style>