Shades of Rust #C94409
Tints of Rust #C94409
RGB
CMYK
RGB Variations
Color information
#C94409 (or 0xC94409) is known color: Rust. HEX triplet: C9, 44 and 09. RGB value is (201,68,9). Sum of RGB (Red+Green+Blue) = 201+68+9=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C94409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94409 is #36BBF6. Grayscale: #656565. Windows color (decimal): -3587063 or 607433. OLE color: 607433.
HSL color Cylindrical-coordinate representation of color #C94409: hue angle of 18.44º 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 #C94409 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 9 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.21 |
| HSL | 18.44º | 0.91% | 0.41% | - |
| HSV(B) | 18.44º | 0.96% | 0.79% | - |
| XYZ | 26.2 | 16.57 | 2.08 | - |
| YUV | 101.04 | 76.06 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 9 | 0 | 0.66 | 0.96 | 0.21 | 18.44 | 0.91 | 0.41 |
| Hex | C9 | 44 | 9 | 0 | 42 | 60 | 15 | 12 | 5B | 29 |
| Octal | 311 | 104 | 11 | 0 | 102 | 140 | 25 | 22 | 133 | 51 |
| Binary | 11001001 | 1000100 | 1001 | 0 | 1000010 | 1100000 | 10101 | 10010 | 1011011 | 101001 |
Color Harmonies of #C94409
Complementary color
Monochromatic Colors of #C94409
Black with #C94409
Text Example
Text Example
White with #C94409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94409; }
p { color: rgb(201,68,9); }
H1.HeaderClassName
{
color: #C94409;
}
.AnyTagClassName
{
color: #C94409;
}
</style>
background-color css
<style>
a { background-color: #C94409; }
a { background-color: rgb(201,68,9); }
div.DivClassName
{
background-color: #C94409;
}
.BgClassName
{
background-color: #C94409;
}
</style>
border-color css
<style>
span { border-color: #C94409; }
span { border-color: rgb(201,68,9); }
td.TdClassName
{
border-color: #C94409;
}
.TagClassName
{
border-color: #C94409;
}
</style>