Shades of Rust #C5420F
Tints of Rust #C5420F
RGB
CMYK
RGB Variations
Color information
#C5420F (or 0xC5420F) is known color: Rust. HEX triplet: C5, 42 and 0F. RGB value is (197,66,15). Sum of RGB (Red+Green+Blue) = 197+66+15=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5420F is #3ABDF0. Grayscale: #636363. Windows color (decimal): -3849713 or 1000133. OLE color: 1000133.
HSL color Cylindrical-coordinate representation of color #C5420F: hue angle of 16.81º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5420F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 15 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.23 |
| HSL | 16.81º | 0.86% | 0.42% | - |
| HSV(B) | 16.81º | 0.92% | 0.77% | - |
| XYZ | 25.06 | 15.8 | 2.18 | - |
| YUV | 99.36 | 80.4 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 15 | 0 | 0.66 | 0.92 | 0.23 | 16.81 | 0.86 | 0.42 |
| Hex | C5 | 42 | F | 0 | 42 | 5C | 17 | 11 | 56 | 2A |
| Octal | 305 | 102 | 17 | 0 | 102 | 134 | 27 | 21 | 126 | 52 |
| Binary | 11000101 | 1000010 | 1111 | 0 | 1000010 | 1011100 | 10111 | 10001 | 1010110 | 101010 |
Color Harmonies of #C5420F
Complementary color
Monochromatic Colors of #C5420F
Black with #C5420F
Text Example
Text Example
White with #C5420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5420F; }
p { color: rgb(197,66,15); }
H1.HeaderClassName
{
color: #C5420F;
}
.AnyTagClassName
{
color: #C5420F;
}
</style>
background-color css
<style>
a { background-color: #C5420F; }
a { background-color: rgb(197,66,15); }
div.DivClassName
{
background-color: #C5420F;
}
.BgClassName
{
background-color: #C5420F;
}
</style>
border-color css
<style>
span { border-color: #C5420F; }
span { border-color: rgb(197,66,15); }
td.TdClassName
{
border-color: #C5420F;
}
.TagClassName
{
border-color: #C5420F;
}
</style>