Shades of Rust #C74408
Tints of Rust #C74408
RGB
CMYK
RGB Variations
Color information
#C74408 (or 0xC74408) is known color: Rust. HEX triplet: C7, 44 and 08. RGB value is (199,68,8). Sum of RGB (Red+Green+Blue) = 199+68+8=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C74408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74408 is #38BBF7. Grayscale: #646464. Windows color (decimal): -3718136 or 541895. OLE color: 541895.
HSL color Cylindrical-coordinate representation of color #C74408: hue angle of 18.85º 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 #C74408 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 8 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.22 |
| HSL | 18.85º | 0.92% | 0.41% | - |
| HSV(B) | 18.85º | 0.96% | 0.78% | - |
| XYZ | 25.66 | 16.29 | 2.02 | - |
| YUV | 100.33 | 75.9 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 8 | 0 | 0.66 | 0.96 | 0.22 | 18.85 | 0.92 | 0.41 |
| Hex | C7 | 44 | 8 | 0 | 42 | 60 | 16 | 13 | 5C | 29 |
| Octal | 307 | 104 | 10 | 0 | 102 | 140 | 26 | 23 | 134 | 51 |
| Binary | 11000111 | 1000100 | 1000 | 0 | 1000010 | 1100000 | 10110 | 10011 | 1011100 | 101001 |
Color Harmonies of #C74408
Complementary color
Monochromatic Colors of #C74408
Black with #C74408
Text Example
Text Example
White with #C74408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74408; }
p { color: rgb(199,68,8); }
H1.HeaderClassName
{
color: #C74408;
}
.AnyTagClassName
{
color: #C74408;
}
</style>
background-color css
<style>
a { background-color: #C74408; }
a { background-color: rgb(199,68,8); }
div.DivClassName
{
background-color: #C74408;
}
.BgClassName
{
background-color: #C74408;
}
</style>
border-color css
<style>
span { border-color: #C74408; }
span { border-color: rgb(199,68,8); }
td.TdClassName
{
border-color: #C74408;
}
.TagClassName
{
border-color: #C74408;
}
</style>