Shades of Rust #C7440D
Tints of Rust #C7440D
RGB
CMYK
RGB Variations
Color information
#C7440D (or 0xC7440D) is known color: Rust. HEX triplet: C7, 44 and 0D. RGB value is (199,68,13). Sum of RGB (Red+Green+Blue) = 199+68+13=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7440D is #38BBF2. Grayscale: #656565. Windows color (decimal): -3718131 or 869575. OLE color: 869575.
HSL color Cylindrical-coordinate representation of color #C7440D: hue angle of 17.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7440D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 13 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.22 |
| HSL | 17.74º | 0.88% | 0.42% | - |
| HSV(B) | 17.74º | 0.93% | 0.78% | - |
| XYZ | 25.69 | 16.31 | 2.17 | - |
| YUV | 100.9 | 78.4 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 13 | 0 | 0.66 | 0.93 | 0.22 | 17.74 | 0.88 | 0.42 |
| Hex | C7 | 44 | D | 0 | 42 | 5D | 16 | 12 | 58 | 2A |
| Octal | 307 | 104 | 15 | 0 | 102 | 135 | 26 | 22 | 130 | 52 |
| Binary | 11000111 | 1000100 | 1101 | 0 | 1000010 | 1011101 | 10110 | 10010 | 1011000 | 101010 |
Color Harmonies of #C7440D
Complementary color
Monochromatic Colors of #C7440D
Black with #C7440D
Text Example
Text Example
White with #C7440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7440D; }
p { color: rgb(199,68,13); }
H1.HeaderClassName
{
color: #C7440D;
}
.AnyTagClassName
{
color: #C7440D;
}
</style>
background-color css
<style>
a { background-color: #C7440D; }
a { background-color: rgb(199,68,13); }
div.DivClassName
{
background-color: #C7440D;
}
.BgClassName
{
background-color: #C7440D;
}
</style>
border-color css
<style>
span { border-color: #C7440D; }
span { border-color: rgb(199,68,13); }
td.TdClassName
{
border-color: #C7440D;
}
.TagClassName
{
border-color: #C7440D;
}
</style>