Shades of Rust #C14007
Tints of Rust #C14007
RGB
CMYK
RGB Variations
Color information
#C14007 (or 0xC14007) is known color: Rust. HEX triplet: C1, 40 and 07. RGB value is (193,64,7). Sum of RGB (Red+Green+Blue) = 193+64+7=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C14007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14007 is #3EBFF8. Grayscale: #606060. Windows color (decimal): -4112377 or 475329. OLE color: 475329.
HSL color Cylindrical-coordinate representation of color #C14007: hue angle of 18.39º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C14007 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 7 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.24 |
| HSL | 18.39º | 0.93% | 0.39% | - |
| HSV(B) | 18.39º | 0.96% | 0.76% | - |
| XYZ | 23.86 | 15.02 | 1.84 | - |
| YUV | 96.07 | 77.74 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 7 | 0 | 0.67 | 0.96 | 0.24 | 18.39 | 0.93 | 0.39 |
| Hex | C1 | 40 | 7 | 0 | 43 | 60 | 18 | 12 | 5D | 27 |
| Octal | 301 | 100 | 7 | 0 | 103 | 140 | 30 | 22 | 135 | 47 |
| Binary | 11000001 | 1000000 | 111 | 0 | 1000011 | 1100000 | 11000 | 10010 | 1011101 | 100111 |
Color Harmonies of #C14007
Complementary color
Monochromatic Colors of #C14007
Black with #C14007
Text Example
Text Example
White with #C14007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14007; }
p { color: rgb(193,64,7); }
H1.HeaderClassName
{
color: #C14007;
}
.AnyTagClassName
{
color: #C14007;
}
</style>
background-color css
<style>
a { background-color: #C14007; }
a { background-color: rgb(193,64,7); }
div.DivClassName
{
background-color: #C14007;
}
.BgClassName
{
background-color: #C14007;
}
</style>
border-color css
<style>
span { border-color: #C14007; }
span { border-color: rgb(193,64,7); }
td.TdClassName
{
border-color: #C14007;
}
.TagClassName
{
border-color: #C14007;
}
</style>