Shades of Rust #C74109
Tints of Rust #C74109
RGB
CMYK
RGB Variations
Color information
#C74109 (or 0xC74109) is known color: Rust. HEX triplet: C7, 41 and 09. RGB value is (199,65,9). Sum of RGB (Red+Green+Blue) = 199+65+9=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C74109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74109 is #38BEF6. Grayscale: #636363. Windows color (decimal): -3718903 or 606663. OLE color: 606663.
HSL color Cylindrical-coordinate representation of color #C74109: hue angle of 17.68º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C74109 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 9 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.22 |
| HSL | 17.68º | 0.91% | 0.41% | - |
| HSV(B) | 17.68º | 0.95% | 0.78% | - |
| XYZ | 25.49 | 15.94 | 1.99 | - |
| YUV | 98.68 | 77.39 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 9 | 0 | 0.67 | 0.95 | 0.22 | 17.68 | 0.91 | 0.41 |
| Hex | C7 | 41 | 9 | 0 | 43 | 5F | 16 | 12 | 5B | 29 |
| Octal | 307 | 101 | 11 | 0 | 103 | 137 | 26 | 22 | 133 | 51 |
| Binary | 11000111 | 1000001 | 1001 | 0 | 1000011 | 1011111 | 10110 | 10010 | 1011011 | 101001 |
Color Harmonies of #C74109
Complementary color
Monochromatic Colors of #C74109
Black with #C74109
Text Example
Text Example
White with #C74109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74109; }
p { color: rgb(199,65,9); }
H1.HeaderClassName
{
color: #C74109;
}
.AnyTagClassName
{
color: #C74109;
}
</style>
background-color css
<style>
a { background-color: #C74109; }
a { background-color: rgb(199,65,9); }
div.DivClassName
{
background-color: #C74109;
}
.BgClassName
{
background-color: #C74109;
}
</style>
border-color css
<style>
span { border-color: #C74109; }
span { border-color: rgb(199,65,9); }
td.TdClassName
{
border-color: #C74109;
}
.TagClassName
{
border-color: #C74109;
}
</style>