Shades of Rust #C5400A
Tints of Rust #C5400A
RGB
CMYK
RGB Variations
Color information
#C5400A (or 0xC5400A) is known color: Rust. HEX triplet: C5, 40 and 0A. RGB value is (197,64,10). Sum of RGB (Red+Green+Blue) = 197+64+10=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C5400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5400A is #3ABFF5. Grayscale: #616161. Windows color (decimal): -3850230 or 671941. OLE color: 671941.
HSL color Cylindrical-coordinate representation of color #C5400A: hue angle of 17.33º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5400A is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 10 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.23 |
| HSL | 17.33º | 0.9% | 0.41% | - |
| HSV(B) | 17.33º | 0.95% | 0.77% | - |
| XYZ | 24.91 | 15.56 | 1.98 | - |
| YUV | 97.61 | 78.56 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 10 | 0 | 0.68 | 0.95 | 0.23 | 17.33 | 0.9 | 0.41 |
| Hex | C5 | 40 | A | 0 | 44 | 5F | 17 | 11 | 5A | 29 |
| Octal | 305 | 100 | 12 | 0 | 104 | 137 | 27 | 21 | 132 | 51 |
| Binary | 11000101 | 1000000 | 1010 | 0 | 1000100 | 1011111 | 10111 | 10001 | 1011010 | 101001 |
Color Harmonies of #C5400A
Complementary color
Monochromatic Colors of #C5400A
Black with #C5400A
Text Example
Text Example
White with #C5400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5400A; }
p { color: rgb(197,64,10); }
H1.HeaderClassName
{
color: #C5400A;
}
.AnyTagClassName
{
color: #C5400A;
}
</style>
background-color css
<style>
a { background-color: #C5400A; }
a { background-color: rgb(197,64,10); }
div.DivClassName
{
background-color: #C5400A;
}
.BgClassName
{
background-color: #C5400A;
}
</style>
border-color css
<style>
span { border-color: #C5400A; }
span { border-color: rgb(197,64,10); }
td.TdClassName
{
border-color: #C5400A;
}
.TagClassName
{
border-color: #C5400A;
}
</style>