Shades of Rust #C1410A
Tints of Rust #C1410A
RGB
CMYK
RGB Variations
Color information
#C1410A (or 0xC1410A) is known color: Rust. HEX triplet: C1, 41 and 0A. RGB value is (193,65,10). Sum of RGB (Red+Green+Blue) = 193+65+10=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C1410A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1410A is #3EBEF5. Grayscale: #616161. Windows color (decimal): -4112118 or 672193. OLE color: 672193.
HSL color Cylindrical-coordinate representation of color #C1410A: hue angle of 18.03º degrees, saturation: 0.9, 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 #C1410A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.24 |
| HSL | 18.03º | 0.9% | 0.4% | - |
| HSV(B) | 18.03º | 0.95% | 0.76% | - |
| XYZ | 23.94 | 15.14 | 1.95 | - |
| YUV | 97 | 78.91 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 10 | 0 | 0.66 | 0.95 | 0.24 | 18.03 | 0.9 | 0.4 |
| Hex | C1 | 41 | A | 0 | 42 | 5F | 18 | 12 | 5A | 28 |
| Octal | 301 | 101 | 12 | 0 | 102 | 137 | 30 | 22 | 132 | 50 |
| Binary | 11000001 | 1000001 | 1010 | 0 | 1000010 | 1011111 | 11000 | 10010 | 1011010 | 101000 |
Color Harmonies of #C1410A
Complementary color
Monochromatic Colors of #C1410A
Black with #C1410A
Text Example
Text Example
White with #C1410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1410A; }
p { color: rgb(193,65,10); }
H1.HeaderClassName
{
color: #C1410A;
}
.AnyTagClassName
{
color: #C1410A;
}
</style>
background-color css
<style>
a { background-color: #C1410A; }
a { background-color: rgb(193,65,10); }
div.DivClassName
{
background-color: #C1410A;
}
.BgClassName
{
background-color: #C1410A;
}
</style>
border-color css
<style>
span { border-color: #C1410A; }
span { border-color: rgb(193,65,10); }
td.TdClassName
{
border-color: #C1410A;
}
.TagClassName
{
border-color: #C1410A;
}
</style>