Shades of Rust #C74208
Tints of Rust #C74208
RGB
CMYK
RGB Variations
Color information
#C74208 (or 0xC74208) is known color: Rust. HEX triplet: C7, 42 and 08. RGB value is (199,66,8). Sum of RGB (Red+Green+Blue) = 199+66+8=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C74208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74208 is #38BDF7. Grayscale: #636363. Windows color (decimal): -3718648 or 541383. OLE color: 541383.
HSL color Cylindrical-coordinate representation of color #C74208: hue angle of 18.22º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C74208 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 8 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.22 |
| HSL | 18.22º | 0.92% | 0.41% | - |
| HSV(B) | 18.22º | 0.96% | 0.78% | - |
| XYZ | 25.55 | 16.06 | 1.98 | - |
| YUV | 99.16 | 76.56 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 8 | 0 | 0.67 | 0.96 | 0.22 | 18.22 | 0.92 | 0.41 |
| Hex | C7 | 42 | 8 | 0 | 43 | 60 | 16 | 12 | 5C | 29 |
| Octal | 307 | 102 | 10 | 0 | 103 | 140 | 26 | 22 | 134 | 51 |
| Binary | 11000111 | 1000010 | 1000 | 0 | 1000011 | 1100000 | 10110 | 10010 | 1011100 | 101001 |
Color Harmonies of #C74208
Complementary color
Monochromatic Colors of #C74208
Black with #C74208
Text Example
Text Example
White with #C74208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74208; }
p { color: rgb(199,66,8); }
H1.HeaderClassName
{
color: #C74208;
}
.AnyTagClassName
{
color: #C74208;
}
</style>
background-color css
<style>
a { background-color: #C74208; }
a { background-color: rgb(199,66,8); }
div.DivClassName
{
background-color: #C74208;
}
.BgClassName
{
background-color: #C74208;
}
</style>
border-color css
<style>
span { border-color: #C74208; }
span { border-color: rgb(199,66,8); }
td.TdClassName
{
border-color: #C74208;
}
.TagClassName
{
border-color: #C74208;
}
</style>