Shades of Rust #C04708
Tints of Rust #C04708
RGB
CMYK
RGB Variations
Color information
#C04708 (or 0xC04708) is known color: Rust. HEX triplet: C0, 47 and 08. RGB value is (192,71,8). Sum of RGB (Red+Green+Blue) = 192+71+8=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C04708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04708 is #3FB8F7. Grayscale: #646464. Windows color (decimal): -4176120 or 542656. OLE color: 542656.
HSL color Cylindrical-coordinate representation of color #C04708: hue angle of 20.54º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C04708 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 8 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.25 |
| HSL | 20.54º | 0.92% | 0.39% | - |
| HSV(B) | 20.54º | 0.96% | 0.75% | - |
| XYZ | 24.04 | 15.73 | 2 | - |
| YUV | 100 | 76.09 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 8 | 0 | 0.63 | 0.96 | 0.25 | 20.54 | 0.92 | 0.39 |
| Hex | C0 | 47 | 8 | 0 | 3F | 60 | 19 | 15 | 5C | 27 |
| Octal | 300 | 107 | 10 | 0 | 77 | 140 | 31 | 25 | 134 | 47 |
| Binary | 11000000 | 1000111 | 1000 | 0 | 111111 | 1100000 | 11001 | 10101 | 1011100 | 100111 |
Color Harmonies of #C04708
Complementary color
Monochromatic Colors of #C04708
Black with #C04708
Text Example
Text Example
White with #C04708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04708; }
p { color: rgb(192,71,8); }
H1.HeaderClassName
{
color: #C04708;
}
.AnyTagClassName
{
color: #C04708;
}
</style>
background-color css
<style>
a { background-color: #C04708; }
a { background-color: rgb(192,71,8); }
div.DivClassName
{
background-color: #C04708;
}
.BgClassName
{
background-color: #C04708;
}
</style>
border-color css
<style>
span { border-color: #C04708; }
span { border-color: rgb(192,71,8); }
td.TdClassName
{
border-color: #C04708;
}
.TagClassName
{
border-color: #C04708;
}
</style>