Shades of Rust #C74104
Tints of Rust #C74104
RGB
CMYK
RGB Variations
Color information
#C74104 (or 0xC74104) is known color: Rust. HEX triplet: C7, 41 and 04. RGB value is (199,65,4). Sum of RGB (Red+Green+Blue) = 199+65+4=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C74104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74104 is #38BEFB. Grayscale: #626262. Windows color (decimal): -3718908 or 278983. OLE color: 278983.
HSL color Cylindrical-coordinate representation of color #C74104: hue angle of 18.77º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C74104 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.22 |
| HSL | 18.77º | 0.96% | 0.4% | - |
| HSV(B) | 18.77º | 0.98% | 0.78% | - |
| XYZ | 25.47 | 15.93 | 1.85 | - |
| YUV | 98.11 | 74.89 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 4 | 0 | 0.67 | 0.98 | 0.22 | 18.77 | 0.96 | 0.4 |
| Hex | C7 | 41 | 4 | 0 | 43 | 62 | 16 | 13 | 60 | 28 |
| Octal | 307 | 101 | 4 | 0 | 103 | 142 | 26 | 23 | 140 | 50 |
| Binary | 11000111 | 1000001 | 100 | 0 | 1000011 | 1100010 | 10110 | 10011 | 1100000 | 101000 |
Color Harmonies of #C74104
Complementary color
Monochromatic Colors of #C74104
Black with #C74104
Text Example
Text Example
White with #C74104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74104; }
p { color: rgb(199,65,4); }
H1.HeaderClassName
{
color: #C74104;
}
.AnyTagClassName
{
color: #C74104;
}
</style>
background-color css
<style>
a { background-color: #C74104; }
a { background-color: rgb(199,65,4); }
div.DivClassName
{
background-color: #C74104;
}
.BgClassName
{
background-color: #C74104;
}
</style>
border-color css
<style>
span { border-color: #C74104; }
span { border-color: rgb(199,65,4); }
td.TdClassName
{
border-color: #C74104;
}
.TagClassName
{
border-color: #C74104;
}
</style>