Shades of Rust #C44706
Tints of Rust #C44706
RGB
CMYK
RGB Variations
Color information
#C44706 (or 0xC44706) is known color: Rust. HEX triplet: C4, 47 and 06. RGB value is (196,71,6). Sum of RGB (Red+Green+Blue) = 196+71+6=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C44706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44706 is #3BB8F9. Grayscale: #656565. Windows color (decimal): -3913978 or 411588. OLE color: 411588.
HSL color Cylindrical-coordinate representation of color #C44706: hue angle of 20.53º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C44706 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.23 |
| HSL | 20.53º | 0.94% | 0.4% | - |
| HSV(B) | 20.53º | 0.97% | 0.77% | - |
| XYZ | 25.05 | 16.26 | 1.99 | - |
| YUV | 100.97 | 74.41 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 6 | 0 | 0.64 | 0.97 | 0.23 | 20.53 | 0.94 | 0.4 |
| Hex | C4 | 47 | 6 | 0 | 40 | 61 | 17 | 15 | 5E | 28 |
| Octal | 304 | 107 | 6 | 0 | 100 | 141 | 27 | 25 | 136 | 50 |
| Binary | 11000100 | 1000111 | 110 | 0 | 1000000 | 1100001 | 10111 | 10101 | 1011110 | 101000 |
Color Harmonies of #C44706
Complementary color
Monochromatic Colors of #C44706
Black with #C44706
Text Example
Text Example
White with #C44706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44706; }
p { color: rgb(196,71,6); }
H1.HeaderClassName
{
color: #C44706;
}
.AnyTagClassName
{
color: #C44706;
}
</style>
background-color css
<style>
a { background-color: #C44706; }
a { background-color: rgb(196,71,6); }
div.DivClassName
{
background-color: #C44706;
}
.BgClassName
{
background-color: #C44706;
}
</style>
border-color css
<style>
span { border-color: #C44706; }
span { border-color: rgb(196,71,6); }
td.TdClassName
{
border-color: #C44706;
}
.TagClassName
{
border-color: #C44706;
}
</style>