Shades of Rust #C94709
Tints of Rust #C94709
RGB
CMYK
RGB Variations
Color information
#C94709 (or 0xC94709) is known color: Rust. HEX triplet: C9, 47 and 09. RGB value is (201,71,9). Sum of RGB (Red+Green+Blue) = 201+71+9=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C94709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94709 is #36B8F6. Grayscale: #676767. Windows color (decimal): -3586295 or 608201. OLE color: 608201.
HSL color Cylindrical-coordinate representation of color #C94709: hue angle of 19.38º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C94709 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 9 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.21 |
| HSL | 19.38º | 0.91% | 0.41% | - |
| HSV(B) | 19.38º | 0.96% | 0.79% | - |
| XYZ | 26.39 | 16.94 | 2.14 | - |
| YUV | 102.8 | 75.07 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 9 | 0 | 0.65 | 0.96 | 0.21 | 19.38 | 0.91 | 0.41 |
| Hex | C9 | 47 | 9 | 0 | 41 | 60 | 15 | 13 | 5B | 29 |
| Octal | 311 | 107 | 11 | 0 | 101 | 140 | 25 | 23 | 133 | 51 |
| Binary | 11001001 | 1000111 | 1001 | 0 | 1000001 | 1100000 | 10101 | 10011 | 1011011 | 101001 |
Color Harmonies of #C94709
Complementary color
Monochromatic Colors of #C94709
Black with #C94709
Text Example
Text Example
White with #C94709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94709; }
p { color: rgb(201,71,9); }
H1.HeaderClassName
{
color: #C94709;
}
.AnyTagClassName
{
color: #C94709;
}
</style>
background-color css
<style>
a { background-color: #C94709; }
a { background-color: rgb(201,71,9); }
div.DivClassName
{
background-color: #C94709;
}
.BgClassName
{
background-color: #C94709;
}
</style>
border-color css
<style>
span { border-color: #C94709; }
span { border-color: rgb(201,71,9); }
td.TdClassName
{
border-color: #C94709;
}
.TagClassName
{
border-color: #C94709;
}
</style>