Shades of Rust #C14A04
Tints of Rust #C14A04
RGB
CMYK
RGB Variations
Color information
#C14A04 (or 0xC14A04) is known color: Rust. HEX triplet: C1, 4A and 04. RGB value is (193,74,4). Sum of RGB (Red+Green+Blue) = 193+74+4=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14A04 is #3EB5FB. Grayscale: #666666. Windows color (decimal): -4109820 or 281281. OLE color: 281281.
HSL color Cylindrical-coordinate representation of color #C14A04: hue angle of 22.22º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C14A04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.24 |
| HSL | 22.22º | 0.96% | 0.39% | - |
| HSV(B) | 22.22º | 0.98% | 0.76% | - |
| XYZ | 24.46 | 16.24 | 1.96 | - |
| YUV | 101.6 | 72.92 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 4 | 0 | 0.62 | 0.98 | 0.24 | 22.22 | 0.96 | 0.39 |
| Hex | C1 | 4A | 4 | 0 | 3E | 62 | 18 | 16 | 60 | 27 |
| Octal | 301 | 112 | 4 | 0 | 76 | 142 | 30 | 26 | 140 | 47 |
| Binary | 11000001 | 1001010 | 100 | 0 | 111110 | 1100010 | 11000 | 10110 | 1100000 | 100111 |
Color Harmonies of #C14A04
Complementary color
Monochromatic Colors of #C14A04
Black with #C14A04
Text Example
Text Example
White with #C14A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A04; }
p { color: rgb(193,74,4); }
H1.HeaderClassName
{
color: #C14A04;
}
.AnyTagClassName
{
color: #C14A04;
}
</style>
background-color css
<style>
a { background-color: #C14A04; }
a { background-color: rgb(193,74,4); }
div.DivClassName
{
background-color: #C14A04;
}
.BgClassName
{
background-color: #C14A04;
}
</style>
border-color css
<style>
span { border-color: #C14A04; }
span { border-color: rgb(193,74,4); }
td.TdClassName
{
border-color: #C14A04;
}
.TagClassName
{
border-color: #C14A04;
}
</style>