Shades of Rust #C74B17
Tints of Rust #C74B17
RGB
CMYK
RGB Variations
Color information
#C74B17 (or 0xC74B17) is known color: Rust. HEX triplet: C7, 4B and 17. RGB value is (199,75,23). Sum of RGB (Red+Green+Blue) = 199+75+23=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74B17 is #38B4E8. Grayscale: #6A6A6A. Windows color (decimal): -3716329 or 1526727. OLE color: 1526727.
HSL color Cylindrical-coordinate representation of color #C74B17: hue angle of 17.73º 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 #C74B17 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 23 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.22 |
| HSL | 17.73º | 0.79% | 0.44% | - |
| HSV(B) | 17.73º | 0.88% | 0.78% | - |
| XYZ | 26.22 | 17.24 | 2.76 | - |
| YUV | 106.15 | 81.08 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 23 | 0 | 0.62 | 0.88 | 0.22 | 17.73 | 0.79 | 0.44 |
| Hex | C7 | 4B | 17 | 0 | 3E | 58 | 16 | 12 | 4F | 2C |
| Octal | 307 | 113 | 27 | 0 | 76 | 130 | 26 | 22 | 117 | 54 |
| Binary | 11000111 | 1001011 | 10111 | 0 | 111110 | 1011000 | 10110 | 10010 | 1001111 | 101100 |
Color Harmonies of #C74B17
Complementary color
Monochromatic Colors of #C74B17
Black with #C74B17
Text Example
Text Example
White with #C74B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B17; }
p { color: rgb(199,75,23); }
H1.HeaderClassName
{
color: #C74B17;
}
.AnyTagClassName
{
color: #C74B17;
}
</style>
background-color css
<style>
a { background-color: #C74B17; }
a { background-color: rgb(199,75,23); }
div.DivClassName
{
background-color: #C74B17;
}
.BgClassName
{
background-color: #C74B17;
}
</style>
border-color css
<style>
span { border-color: #C74B17; }
span { border-color: rgb(199,75,23); }
td.TdClassName
{
border-color: #C74B17;
}
.TagClassName
{
border-color: #C74B17;
}
</style>