Shades of Rust #C9440F
Tints of Rust #C9440F
RGB
CMYK
RGB Variations
Color information
#C9440F (or 0xC9440F) is known color: Rust. HEX triplet: C9, 44 and 0F. RGB value is (201,68,15). Sum of RGB (Red+Green+Blue) = 201+68+15=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9440F is #36BBF0. Grayscale: #666666. Windows color (decimal): -3587057 or 1000649. OLE color: 1000649.
HSL color Cylindrical-coordinate representation of color #C9440F: hue angle of 17.1º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9440F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 15 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.21 |
| HSL | 17.1º | 0.86% | 0.42% | - |
| HSV(B) | 17.1º | 0.93% | 0.79% | - |
| XYZ | 26.24 | 16.59 | 2.27 | - |
| YUV | 101.73 | 79.06 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 15 | 0 | 0.66 | 0.93 | 0.21 | 17.1 | 0.86 | 0.42 |
| Hex | C9 | 44 | F | 0 | 42 | 5D | 15 | 11 | 56 | 2A |
| Octal | 311 | 104 | 17 | 0 | 102 | 135 | 25 | 21 | 126 | 52 |
| Binary | 11001001 | 1000100 | 1111 | 0 | 1000010 | 1011101 | 10101 | 10001 | 1010110 | 101010 |
Color Harmonies of #C9440F
Complementary color
Monochromatic Colors of #C9440F
Black with #C9440F
Text Example
Text Example
White with #C9440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9440F; }
p { color: rgb(201,68,15); }
H1.HeaderClassName
{
color: #C9440F;
}
.AnyTagClassName
{
color: #C9440F;
}
</style>
background-color css
<style>
a { background-color: #C9440F; }
a { background-color: rgb(201,68,15); }
div.DivClassName
{
background-color: #C9440F;
}
.BgClassName
{
background-color: #C9440F;
}
</style>
border-color css
<style>
span { border-color: #C9440F; }
span { border-color: rgb(201,68,15); }
td.TdClassName
{
border-color: #C9440F;
}
.TagClassName
{
border-color: #C9440F;
}
</style>