Shades of Rust #C5420C
Tints of Rust #C5420C
RGB
CMYK
RGB Variations
Color information
#C5420C (or 0xC5420C) is known color: Rust. HEX triplet: C5, 42 and 0C. RGB value is (197,66,12). Sum of RGB (Red+Green+Blue) = 197+66+12=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C5420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5420C is #3ABDF3. Grayscale: #636363. Windows color (decimal): -3849716 or 803525. OLE color: 803525.
HSL color Cylindrical-coordinate representation of color #C5420C: hue angle of 17.51º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5420C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.23 |
| HSL | 17.51º | 0.89% | 0.41% | - |
| HSV(B) | 17.51º | 0.94% | 0.77% | - |
| XYZ | 25.04 | 15.79 | 2.08 | - |
| YUV | 99.01 | 78.9 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 12 | 0 | 0.66 | 0.94 | 0.23 | 17.51 | 0.89 | 0.41 |
| Hex | C5 | 42 | C | 0 | 42 | 5E | 17 | 12 | 59 | 29 |
| Octal | 305 | 102 | 14 | 0 | 102 | 136 | 27 | 22 | 131 | 51 |
| Binary | 11000101 | 1000010 | 1100 | 0 | 1000010 | 1011110 | 10111 | 10010 | 1011001 | 101001 |
Color Harmonies of #C5420C
Complementary color
Monochromatic Colors of #C5420C
Black with #C5420C
Text Example
Text Example
White with #C5420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5420C; }
p { color: rgb(197,66,12); }
H1.HeaderClassName
{
color: #C5420C;
}
.AnyTagClassName
{
color: #C5420C;
}
</style>
background-color css
<style>
a { background-color: #C5420C; }
a { background-color: rgb(197,66,12); }
div.DivClassName
{
background-color: #C5420C;
}
.BgClassName
{
background-color: #C5420C;
}
</style>
border-color css
<style>
span { border-color: #C5420C; }
span { border-color: rgb(197,66,12); }
td.TdClassName
{
border-color: #C5420C;
}
.TagClassName
{
border-color: #C5420C;
}
</style>