Shades of Rust #C74D17
Tints of Rust #C74D17
RGB
CMYK
RGB Variations
Color information
#C74D17 (or 0xC74D17) is known color: Rust. HEX triplet: C7, 4D and 17. RGB value is (199,77,23). Sum of RGB (Red+Green+Blue) = 199+77+23=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C74D17 is #38B2E8. Grayscale: #6B6B6B. Windows color (decimal): -3715817 or 1527239. OLE color: 1527239.
HSL color Cylindrical-coordinate representation of color #C74D17: hue angle of 18.41º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C74D17 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 23 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.22 |
| HSL | 18.41º | 0.79% | 0.44% | - |
| HSV(B) | 18.41º | 0.88% | 0.78% | - |
| XYZ | 26.36 | 17.51 | 2.8 | - |
| YUV | 107.32 | 80.42 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 23 | 0 | 0.61 | 0.88 | 0.22 | 18.41 | 0.79 | 0.44 |
| Hex | C7 | 4D | 17 | 0 | 3D | 58 | 16 | 12 | 4F | 2C |
| Octal | 307 | 115 | 27 | 0 | 75 | 130 | 26 | 22 | 117 | 54 |
| Binary | 11000111 | 1001101 | 10111 | 0 | 111101 | 1011000 | 10110 | 10010 | 1001111 | 101100 |
Color Harmonies of #C74D17
Complementary color
Monochromatic Colors of #C74D17
Black with #C74D17
Text Example
Text Example
White with #C74D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D17; }
p { color: rgb(199,77,23); }
H1.HeaderClassName
{
color: #C74D17;
}
.AnyTagClassName
{
color: #C74D17;
}
</style>
background-color css
<style>
a { background-color: #C74D17; }
a { background-color: rgb(199,77,23); }
div.DivClassName
{
background-color: #C74D17;
}
.BgClassName
{
background-color: #C74D17;
}
</style>
border-color css
<style>
span { border-color: #C74D17; }
span { border-color: rgb(199,77,23); }
td.TdClassName
{
border-color: #C74D17;
}
.TagClassName
{
border-color: #C74D17;
}
</style>