Shades of Rust #C5420D
Tints of Rust #C5420D
RGB
CMYK
RGB Variations
Color information
#C5420D (or 0xC5420D) is known color: Rust. HEX triplet: C5, 42 and 0D. RGB value is (197,66,13). Sum of RGB (Red+Green+Blue) = 197+66+13=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5420D is #3ABDF2. Grayscale: #636363. Windows color (decimal): -3849715 or 869061. OLE color: 869061.
HSL color Cylindrical-coordinate representation of color #C5420D: hue angle of 17.28º 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 #C5420D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 13 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.23 |
| HSL | 17.28º | 0.88% | 0.41% | - |
| HSV(B) | 17.28º | 0.93% | 0.77% | - |
| XYZ | 25.05 | 15.8 | 2.11 | - |
| YUV | 99.13 | 79.4 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 13 | 0 | 0.66 | 0.93 | 0.23 | 17.28 | 0.88 | 0.41 |
| Hex | C5 | 42 | D | 0 | 42 | 5D | 17 | 11 | 58 | 29 |
| Octal | 305 | 102 | 15 | 0 | 102 | 135 | 27 | 21 | 130 | 51 |
| Binary | 11000101 | 1000010 | 1101 | 0 | 1000010 | 1011101 | 10111 | 10001 | 1011000 | 101001 |
Color Harmonies of #C5420D
Complementary color
Monochromatic Colors of #C5420D
Black with #C5420D
Text Example
Text Example
White with #C5420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5420D; }
p { color: rgb(197,66,13); }
H1.HeaderClassName
{
color: #C5420D;
}
.AnyTagClassName
{
color: #C5420D;
}
</style>
background-color css
<style>
a { background-color: #C5420D; }
a { background-color: rgb(197,66,13); }
div.DivClassName
{
background-color: #C5420D;
}
.BgClassName
{
background-color: #C5420D;
}
</style>
border-color css
<style>
span { border-color: #C5420D; }
span { border-color: rgb(197,66,13); }
td.TdClassName
{
border-color: #C5420D;
}
.TagClassName
{
border-color: #C5420D;
}
</style>