Shades of Rust #C94004
Tints of Rust #C94004
RGB
CMYK
RGB Variations
Color information
#C94004 (or 0xC94004) is known color: Rust. HEX triplet: C9, 40 and 04. RGB value is (201,64,4). Sum of RGB (Red+Green+Blue) = 201+64+4=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C94004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94004 is #36BFFB. Grayscale: #626262. Windows color (decimal): -3588092 or 278729. OLE color: 278729.
HSL color Cylindrical-coordinate representation of color #C94004: hue angle of 18.27º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C94004 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.21 |
| HSL | 18.27º | 0.96% | 0.4% | - |
| HSV(B) | 18.27º | 0.98% | 0.79% | - |
| XYZ | 25.94 | 16.09 | 1.85 | - |
| YUV | 98.12 | 74.89 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 4 | 0 | 0.68 | 0.98 | 0.21 | 18.27 | 0.96 | 0.4 |
| Hex | C9 | 40 | 4 | 0 | 44 | 62 | 15 | 12 | 60 | 28 |
| Octal | 311 | 100 | 4 | 0 | 104 | 142 | 25 | 22 | 140 | 50 |
| Binary | 11001001 | 1000000 | 100 | 0 | 1000100 | 1100010 | 10101 | 10010 | 1100000 | 101000 |
Color Harmonies of #C94004
Complementary color
Monochromatic Colors of #C94004
Black with #C94004
Text Example
Text Example
White with #C94004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94004; }
p { color: rgb(201,64,4); }
H1.HeaderClassName
{
color: #C94004;
}
.AnyTagClassName
{
color: #C94004;
}
</style>
background-color css
<style>
a { background-color: #C94004; }
a { background-color: rgb(201,64,4); }
div.DivClassName
{
background-color: #C94004;
}
.BgClassName
{
background-color: #C94004;
}
</style>
border-color css
<style>
span { border-color: #C94004; }
span { border-color: rgb(201,64,4); }
td.TdClassName
{
border-color: #C94004;
}
.TagClassName
{
border-color: #C94004;
}
</style>