Shades of Rust #C94404
Tints of Rust #C94404
RGB
CMYK
RGB Variations
Color information
#C94404 (or 0xC94404) is known color: Rust. HEX triplet: C9, 44 and 04. RGB value is (201,68,4). Sum of RGB (Red+Green+Blue) = 201+68+4=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C94404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94404 is #36BBFB. Grayscale: #646464. Windows color (decimal): -3587068 or 279753. OLE color: 279753.
HSL color Cylindrical-coordinate representation of color #C94404: hue angle of 19.49º 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 #C94404 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.21 |
| HSL | 19.49º | 0.96% | 0.4% | - |
| HSV(B) | 19.49º | 0.98% | 0.79% | - |
| XYZ | 26.18 | 16.56 | 1.93 | - |
| YUV | 100.47 | 73.56 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 4 | 0 | 0.66 | 0.98 | 0.21 | 19.49 | 0.96 | 0.4 |
| Hex | C9 | 44 | 4 | 0 | 42 | 62 | 15 | 13 | 60 | 28 |
| Octal | 311 | 104 | 4 | 0 | 102 | 142 | 25 | 23 | 140 | 50 |
| Binary | 11001001 | 1000100 | 100 | 0 | 1000010 | 1100010 | 10101 | 10011 | 1100000 | 101000 |
Color Harmonies of #C94404
Complementary color
Monochromatic Colors of #C94404
Black with #C94404
Text Example
Text Example
White with #C94404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94404; }
p { color: rgb(201,68,4); }
H1.HeaderClassName
{
color: #C94404;
}
.AnyTagClassName
{
color: #C94404;
}
</style>
background-color css
<style>
a { background-color: #C94404; }
a { background-color: rgb(201,68,4); }
div.DivClassName
{
background-color: #C94404;
}
.BgClassName
{
background-color: #C94404;
}
</style>
border-color css
<style>
span { border-color: #C94404; }
span { border-color: rgb(201,68,4); }
td.TdClassName
{
border-color: #C94404;
}
.TagClassName
{
border-color: #C94404;
}
</style>