Shades of Rust #C14209
Tints of Rust #C14209
RGB
CMYK
RGB Variations
Color information
#C14209 (or 0xC14209) is known color: Rust. HEX triplet: C1, 42 and 09. RGB value is (193,66,9). Sum of RGB (Red+Green+Blue) = 193+66+9=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C14209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14209 is #3EBDF6. Grayscale: #616161. Windows color (decimal): -4111863 or 606913. OLE color: 606913.
HSL color Cylindrical-coordinate representation of color #C14209: hue angle of 18.59º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C14209 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.24 |
| HSL | 18.59º | 0.91% | 0.4% | - |
| HSV(B) | 18.59º | 0.95% | 0.76% | - |
| XYZ | 23.99 | 15.25 | 1.94 | - |
| YUV | 97.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 9 | 0 | 0.66 | 0.95 | 0.24 | 18.59 | 0.91 | 0.4 |
| Hex | C1 | 42 | 9 | 0 | 42 | 5F | 18 | 13 | 5B | 28 |
| Octal | 301 | 102 | 11 | 0 | 102 | 137 | 30 | 23 | 133 | 50 |
| Binary | 11000001 | 1000010 | 1001 | 0 | 1000010 | 1011111 | 11000 | 10011 | 1011011 | 101000 |
Color Harmonies of #C14209
Complementary color
Monochromatic Colors of #C14209
Black with #C14209
Text Example
Text Example
White with #C14209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14209; }
p { color: rgb(193,66,9); }
H1.HeaderClassName
{
color: #C14209;
}
.AnyTagClassName
{
color: #C14209;
}
</style>
background-color css
<style>
a { background-color: #C14209; }
a { background-color: rgb(193,66,9); }
div.DivClassName
{
background-color: #C14209;
}
.BgClassName
{
background-color: #C14209;
}
</style>
border-color css
<style>
span { border-color: #C14209; }
span { border-color: rgb(193,66,9); }
td.TdClassName
{
border-color: #C14209;
}
.TagClassName
{
border-color: #C14209;
}
</style>