Shades of Rust #C74311
Tints of Rust #C74311
RGB
CMYK
RGB Variations
Color information
#C74311 (or 0xC74311) is known color: Rust. HEX triplet: C7, 43 and 11. RGB value is (199,67,17). Sum of RGB (Red+Green+Blue) = 199+67+17=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C74311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74311 is #38BCEE. Grayscale: #656565. Windows color (decimal): -3718383 or 1131463. OLE color: 1131463.
HSL color Cylindrical-coordinate representation of color #C74311: hue angle of 16.48º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C74311 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 17 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.22 |
| HSL | 16.48º | 0.84% | 0.42% | - |
| HSV(B) | 16.48º | 0.91% | 0.78% | - |
| XYZ | 25.66 | 16.2 | 2.3 | - |
| YUV | 100.77 | 80.73 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 17 | 0 | 0.66 | 0.91 | 0.22 | 16.48 | 0.84 | 0.42 |
| Hex | C7 | 43 | 11 | 0 | 42 | 5B | 16 | 10 | 54 | 2A |
| Octal | 307 | 103 | 21 | 0 | 102 | 133 | 26 | 20 | 124 | 52 |
| Binary | 11000111 | 1000011 | 10001 | 0 | 1000010 | 1011011 | 10110 | 10000 | 1010100 | 101010 |
Color Harmonies of #C74311
Complementary color
Monochromatic Colors of #C74311
Black with #C74311
Text Example
Text Example
White with #C74311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74311; }
p { color: rgb(199,67,17); }
H1.HeaderClassName
{
color: #C74311;
}
.AnyTagClassName
{
color: #C74311;
}
</style>
background-color css
<style>
a { background-color: #C74311; }
a { background-color: rgb(199,67,17); }
div.DivClassName
{
background-color: #C74311;
}
.BgClassName
{
background-color: #C74311;
}
</style>
border-color css
<style>
span { border-color: #C74311; }
span { border-color: rgb(199,67,17); }
td.TdClassName
{
border-color: #C74311;
}
.TagClassName
{
border-color: #C74311;
}
</style>