Shades of Rust #C14C07
Tints of Rust #C14C07
RGB
CMYK
RGB Variations
Color information
#C14C07 (or 0xC14C07) is known color: Rust. HEX triplet: C1, 4C and 07. RGB value is (193,76,7). Sum of RGB (Red+Green+Blue) = 193+76+7=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14C07 is #3EB3F8. Grayscale: #676767. Windows color (decimal): -4109305 or 478401. OLE color: 478401.
HSL color Cylindrical-coordinate representation of color #C14C07: hue angle of 22.26º 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 #C14C07 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 7 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.24 |
| HSL | 22.26º | 0.93% | 0.39% | - |
| HSV(B) | 22.26º | 0.96% | 0.76% | - |
| XYZ | 24.62 | 16.52 | 2.09 | - |
| YUV | 103.12 | 73.76 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 7 | 0 | 0.61 | 0.96 | 0.24 | 22.26 | 0.93 | 0.39 |
| Hex | C1 | 4C | 7 | 0 | 3D | 60 | 18 | 16 | 5D | 27 |
| Octal | 301 | 114 | 7 | 0 | 75 | 140 | 30 | 26 | 135 | 47 |
| Binary | 11000001 | 1001100 | 111 | 0 | 111101 | 1100000 | 11000 | 10110 | 1011101 | 100111 |
Color Harmonies of #C14C07
Complementary color
Monochromatic Colors of #C14C07
Black with #C14C07
Text Example
Text Example
White with #C14C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C07; }
p { color: rgb(193,76,7); }
H1.HeaderClassName
{
color: #C14C07;
}
.AnyTagClassName
{
color: #C14C07;
}
</style>
background-color css
<style>
a { background-color: #C14C07; }
a { background-color: rgb(193,76,7); }
div.DivClassName
{
background-color: #C14C07;
}
.BgClassName
{
background-color: #C14C07;
}
</style>
border-color css
<style>
span { border-color: #C14C07; }
span { border-color: rgb(193,76,7); }
td.TdClassName
{
border-color: #C14C07;
}
.TagClassName
{
border-color: #C14C07;
}
</style>