Shades of Rust #C74105
Tints of Rust #C74105
RGB
CMYK
RGB Variations
Color information
#C74105 (or 0xC74105) is known color: Rust. HEX triplet: C7, 41 and 05. RGB value is (199,65,5). Sum of RGB (Red+Green+Blue) = 199+65+5=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C74105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74105 is #38BEFA. Grayscale: #626262. Windows color (decimal): -3718907 or 344519. OLE color: 344519.
HSL color Cylindrical-coordinate representation of color #C74105: hue angle of 18.56º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C74105 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.22 |
| HSL | 18.56º | 0.95% | 0.4% | - |
| HSV(B) | 18.56º | 0.97% | 0.78% | - |
| XYZ | 25.47 | 15.93 | 1.88 | - |
| YUV | 98.23 | 75.39 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 5 | 0 | 0.67 | 0.97 | 0.22 | 18.56 | 0.95 | 0.4 |
| Hex | C7 | 41 | 5 | 0 | 43 | 61 | 16 | 13 | 5F | 28 |
| Octal | 307 | 101 | 5 | 0 | 103 | 141 | 26 | 23 | 137 | 50 |
| Binary | 11000111 | 1000001 | 101 | 0 | 1000011 | 1100001 | 10110 | 10011 | 1011111 | 101000 |
Color Harmonies of #C74105
Complementary color
Monochromatic Colors of #C74105
Black with #C74105
Text Example
Text Example
White with #C74105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74105; }
p { color: rgb(199,65,5); }
H1.HeaderClassName
{
color: #C74105;
}
.AnyTagClassName
{
color: #C74105;
}
</style>
background-color css
<style>
a { background-color: #C74105; }
a { background-color: rgb(199,65,5); }
div.DivClassName
{
background-color: #C74105;
}
.BgClassName
{
background-color: #C74105;
}
</style>
border-color css
<style>
span { border-color: #C74105; }
span { border-color: rgb(199,65,5); }
td.TdClassName
{
border-color: #C74105;
}
.TagClassName
{
border-color: #C74105;
}
</style>