Shades of Rust #C94209
Tints of Rust #C94209
RGB
CMYK
RGB Variations
Color information
#C94209 (or 0xC94209) is known color: Rust. HEX triplet: C9, 42 and 09. RGB value is (201,66,9). Sum of RGB (Red+Green+Blue) = 201+66+9=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C94209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94209 is #36BDF6. Grayscale: #646464. Windows color (decimal): -3587575 or 606921. OLE color: 606921.
HSL color Cylindrical-coordinate representation of color #C94209: hue angle of 17.81º 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 #C94209 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 9 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.21 |
| HSL | 17.81º | 0.91% | 0.41% | - |
| HSV(B) | 17.81º | 0.96% | 0.79% | - |
| XYZ | 26.08 | 16.33 | 2.04 | - |
| YUV | 99.87 | 76.73 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 9 | 0 | 0.67 | 0.96 | 0.21 | 17.81 | 0.91 | 0.41 |
| Hex | C9 | 42 | 9 | 0 | 43 | 60 | 15 | 12 | 5B | 29 |
| Octal | 311 | 102 | 11 | 0 | 103 | 140 | 25 | 22 | 133 | 51 |
| Binary | 11001001 | 1000010 | 1001 | 0 | 1000011 | 1100000 | 10101 | 10010 | 1011011 | 101001 |
Color Harmonies of #C94209
Complementary color
Monochromatic Colors of #C94209
Black with #C94209
Text Example
Text Example
White with #C94209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94209; }
p { color: rgb(201,66,9); }
H1.HeaderClassName
{
color: #C94209;
}
.AnyTagClassName
{
color: #C94209;
}
</style>
background-color css
<style>
a { background-color: #C94209; }
a { background-color: rgb(201,66,9); }
div.DivClassName
{
background-color: #C94209;
}
.BgClassName
{
background-color: #C94209;
}
</style>
border-color css
<style>
span { border-color: #C94209; }
span { border-color: rgb(201,66,9); }
td.TdClassName
{
border-color: #C94209;
}
.TagClassName
{
border-color: #C94209;
}
</style>