Shades of Rust #C9430D
Tints of Rust #C9430D
RGB
CMYK
RGB Variations
Color information
#C9430D (or 0xC9430D) is known color: Rust. HEX triplet: C9, 43 and 0D. RGB value is (201,67,13). Sum of RGB (Red+Green+Blue) = 201+67+13=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C9430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9430D is #36BCF2. Grayscale: #656565. Windows color (decimal): -3587315 or 869321. OLE color: 869321.
HSL color Cylindrical-coordinate representation of color #C9430D: hue angle of 17.23º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9430D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.21 |
| HSL | 17.23º | 0.88% | 0.42% | - |
| HSV(B) | 17.23º | 0.94% | 0.79% | - |
| XYZ | 26.17 | 16.46 | 2.18 | - |
| YUV | 100.91 | 78.39 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 13 | 0 | 0.67 | 0.94 | 0.21 | 17.23 | 0.88 | 0.42 |
| Hex | C9 | 43 | D | 0 | 43 | 5E | 15 | 11 | 58 | 2A |
| Octal | 311 | 103 | 15 | 0 | 103 | 136 | 25 | 21 | 130 | 52 |
| Binary | 11001001 | 1000011 | 1101 | 0 | 1000011 | 1011110 | 10101 | 10001 | 1011000 | 101010 |
Color Harmonies of #C9430D
Complementary color
Monochromatic Colors of #C9430D
Black with #C9430D
Text Example
Text Example
White with #C9430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9430D; }
p { color: rgb(201,67,13); }
H1.HeaderClassName
{
color: #C9430D;
}
.AnyTagClassName
{
color: #C9430D;
}
</style>
background-color css
<style>
a { background-color: #C9430D; }
a { background-color: rgb(201,67,13); }
div.DivClassName
{
background-color: #C9430D;
}
.BgClassName
{
background-color: #C9430D;
}
</style>
border-color css
<style>
span { border-color: #C9430D; }
span { border-color: rgb(201,67,13); }
td.TdClassName
{
border-color: #C9430D;
}
.TagClassName
{
border-color: #C9430D;
}
</style>