Shades of Rust #C9440A
Tints of Rust #C9440A
RGB
CMYK
RGB Variations
Color information
#C9440A (or 0xC9440A) is known color: Rust. HEX triplet: C9, 44 and 0A. RGB value is (201,68,10). Sum of RGB (Red+Green+Blue) = 201+68+10=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C9440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9440A is #36BBF5. Grayscale: #656565. Windows color (decimal): -3587062 or 672969. OLE color: 672969.
HSL color Cylindrical-coordinate representation of color #C9440A: hue angle of 18.22º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9440A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.21 |
| HSL | 18.22º | 0.91% | 0.41% | - |
| HSV(B) | 18.22º | 0.95% | 0.79% | - |
| XYZ | 26.21 | 16.57 | 2.1 | - |
| YUV | 101.16 | 76.56 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 10 | 0 | 0.66 | 0.95 | 0.21 | 18.22 | 0.91 | 0.41 |
| Hex | C9 | 44 | A | 0 | 42 | 5F | 15 | 12 | 5B | 29 |
| Octal | 311 | 104 | 12 | 0 | 102 | 137 | 25 | 22 | 133 | 51 |
| Binary | 11001001 | 1000100 | 1010 | 0 | 1000010 | 1011111 | 10101 | 10010 | 1011011 | 101001 |
Color Harmonies of #C9440A
Complementary color
Monochromatic Colors of #C9440A
Black with #C9440A
Text Example
Text Example
White with #C9440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9440A; }
p { color: rgb(201,68,10); }
H1.HeaderClassName
{
color: #C9440A;
}
.AnyTagClassName
{
color: #C9440A;
}
</style>
background-color css
<style>
a { background-color: #C9440A; }
a { background-color: rgb(201,68,10); }
div.DivClassName
{
background-color: #C9440A;
}
.BgClassName
{
background-color: #C9440A;
}
</style>
border-color css
<style>
span { border-color: #C9440A; }
span { border-color: rgb(201,68,10); }
td.TdClassName
{
border-color: #C9440A;
}
.TagClassName
{
border-color: #C9440A;
}
</style>