Shades of Rust #C74B11
Tints of Rust #C74B11
RGB
CMYK
RGB Variations
Color information
#C74B11 (or 0xC74B11) is known color: Rust. HEX triplet: C7, 4B and 11. RGB value is (199,75,17). Sum of RGB (Red+Green+Blue) = 199+75+17=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74B11 is #38B4EE. Grayscale: #696969. Windows color (decimal): -3716335 or 1133511. OLE color: 1133511.
HSL color Cylindrical-coordinate representation of color #C74B11: hue angle of 19.12º 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 #C74B11 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 17 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.22 |
| HSL | 19.12º | 0.84% | 0.42% | - |
| HSV(B) | 19.12º | 0.91% | 0.78% | - |
| XYZ | 26.17 | 17.21 | 2.47 | - |
| YUV | 105.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 17 | 0 | 0.62 | 0.91 | 0.22 | 19.12 | 0.84 | 0.42 |
| Hex | C7 | 4B | 11 | 0 | 3E | 5B | 16 | 13 | 54 | 2A |
| Octal | 307 | 113 | 21 | 0 | 76 | 133 | 26 | 23 | 124 | 52 |
| Binary | 11000111 | 1001011 | 10001 | 0 | 111110 | 1011011 | 10110 | 10011 | 1010100 | 101010 |
Color Harmonies of #C74B11
Complementary color
Monochromatic Colors of #C74B11
Black with #C74B11
Text Example
Text Example
White with #C74B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B11; }
p { color: rgb(199,75,17); }
H1.HeaderClassName
{
color: #C74B11;
}
.AnyTagClassName
{
color: #C74B11;
}
</style>
background-color css
<style>
a { background-color: #C74B11; }
a { background-color: rgb(199,75,17); }
div.DivClassName
{
background-color: #C74B11;
}
.BgClassName
{
background-color: #C74B11;
}
</style>
border-color css
<style>
span { border-color: #C74B11; }
span { border-color: rgb(199,75,17); }
td.TdClassName
{
border-color: #C74B11;
}
.TagClassName
{
border-color: #C74B11;
}
</style>