Shades of Rust #C74C10
Tints of Rust #C74C10
RGB
CMYK
RGB Variations
Color information
#C74C10 (or 0xC74C10) is known color: Rust. HEX triplet: C7, 4C and 10. RGB value is (199,76,16). Sum of RGB (Red+Green+Blue) = 199+76+16=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74C10 is #38B3EF. Grayscale: #6A6A6A. Windows color (decimal): -3716080 or 1068231. OLE color: 1068231.
HSL color Cylindrical-coordinate representation of color #C74C10: hue angle of 19.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C74C10 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 16 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.22 |
| HSL | 19.67º | 0.85% | 0.42% | - |
| HSV(B) | 19.67º | 0.92% | 0.78% | - |
| XYZ | 26.23 | 17.35 | 2.46 | - |
| YUV | 105.94 | 77.25 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 16 | 0 | 0.62 | 0.92 | 0.22 | 19.67 | 0.85 | 0.42 |
| Hex | C7 | 4C | 10 | 0 | 3E | 5C | 16 | 14 | 55 | 2A |
| Octal | 307 | 114 | 20 | 0 | 76 | 134 | 26 | 24 | 125 | 52 |
| Binary | 11000111 | 1001100 | 10000 | 0 | 111110 | 1011100 | 10110 | 10100 | 1010101 | 101010 |
Color Harmonies of #C74C10
Complementary color
Monochromatic Colors of #C74C10
Black with #C74C10
Text Example
Text Example
White with #C74C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74C10; }
p { color: rgb(199,76,16); }
H1.HeaderClassName
{
color: #C74C10;
}
.AnyTagClassName
{
color: #C74C10;
}
</style>
background-color css
<style>
a { background-color: #C74C10; }
a { background-color: rgb(199,76,16); }
div.DivClassName
{
background-color: #C74C10;
}
.BgClassName
{
background-color: #C74C10;
}
</style>
border-color css
<style>
span { border-color: #C74C10; }
span { border-color: rgb(199,76,16); }
td.TdClassName
{
border-color: #C74C10;
}
.TagClassName
{
border-color: #C74C10;
}
</style>