Shades of Rust #C7420F
Tints of Rust #C7420F
RGB
CMYK
RGB Variations
Color information
#C7420F (or 0xC7420F) is known color: Rust. HEX triplet: C7, 42 and 0F. RGB value is (199,66,15). Sum of RGB (Red+Green+Blue) = 199+66+15=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7420F is #38BDF0. Grayscale: #646464. Windows color (decimal): -3718641 or 1000135. OLE color: 1000135.
HSL color Cylindrical-coordinate representation of color #C7420F: hue angle of 16.63º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7420F is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 15 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.22 |
| HSL | 16.63º | 0.86% | 0.42% | - |
| HSV(B) | 16.63º | 0.92% | 0.78% | - |
| XYZ | 25.59 | 16.07 | 2.21 | - |
| YUV | 99.95 | 80.06 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 15 | 0 | 0.67 | 0.92 | 0.22 | 16.63 | 0.86 | 0.42 |
| Hex | C7 | 42 | F | 0 | 43 | 5C | 16 | 11 | 56 | 2A |
| Octal | 307 | 102 | 17 | 0 | 103 | 134 | 26 | 21 | 126 | 52 |
| Binary | 11000111 | 1000010 | 1111 | 0 | 1000011 | 1011100 | 10110 | 10001 | 1010110 | 101010 |
Color Harmonies of #C7420F
Complementary color
Monochromatic Colors of #C7420F
Black with #C7420F
Text Example
Text Example
White with #C7420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7420F; }
p { color: rgb(199,66,15); }
H1.HeaderClassName
{
color: #C7420F;
}
.AnyTagClassName
{
color: #C7420F;
}
</style>
background-color css
<style>
a { background-color: #C7420F; }
a { background-color: rgb(199,66,15); }
div.DivClassName
{
background-color: #C7420F;
}
.BgClassName
{
background-color: #C7420F;
}
</style>
border-color css
<style>
span { border-color: #C7420F; }
span { border-color: rgb(199,66,15); }
td.TdClassName
{
border-color: #C7420F;
}
.TagClassName
{
border-color: #C7420F;
}
</style>