Shades of Rust #C14006
Tints of Rust #C14006
RGB
CMYK
RGB Variations
Color information
#C14006 (or 0xC14006) is known color: Rust. HEX triplet: C1, 40 and 06. RGB value is (193,64,6). Sum of RGB (Red+Green+Blue) = 193+64+6=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C14006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14006 is #3EBFF9. Grayscale: #606060. Windows color (decimal): -4112378 or 409793. OLE color: 409793.
HSL color Cylindrical-coordinate representation of color #C14006: hue angle of 18.61º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C14006 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.24 |
| HSL | 18.61º | 0.94% | 0.39% | - |
| HSV(B) | 18.61º | 0.97% | 0.76% | - |
| XYZ | 23.86 | 15.02 | 1.81 | - |
| YUV | 95.96 | 77.24 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 6 | 0 | 0.67 | 0.97 | 0.24 | 18.61 | 0.94 | 0.39 |
| Hex | C1 | 40 | 6 | 0 | 43 | 61 | 18 | 13 | 5E | 27 |
| Octal | 301 | 100 | 6 | 0 | 103 | 141 | 30 | 23 | 136 | 47 |
| Binary | 11000001 | 1000000 | 110 | 0 | 1000011 | 1100001 | 11000 | 10011 | 1011110 | 100111 |
Color Harmonies of #C14006
Complementary color
Monochromatic Colors of #C14006
Black with #C14006
Text Example
Text Example
White with #C14006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14006; }
p { color: rgb(193,64,6); }
H1.HeaderClassName
{
color: #C14006;
}
.AnyTagClassName
{
color: #C14006;
}
</style>
background-color css
<style>
a { background-color: #C14006; }
a { background-color: rgb(193,64,6); }
div.DivClassName
{
background-color: #C14006;
}
.BgClassName
{
background-color: #C14006;
}
</style>
border-color css
<style>
span { border-color: #C14006; }
span { border-color: rgb(193,64,6); }
td.TdClassName
{
border-color: #C14006;
}
.TagClassName
{
border-color: #C14006;
}
</style>