Shades of Rust #C1411A
Tints of Rust #C1411A
RGB
CMYK
RGB Variations
Color information
#C1411A (or 0xC1411A) is known color: Rust. HEX triplet: C1, 41 and 1A. RGB value is (193,65,26). Sum of RGB (Red+Green+Blue) = 193+65+26=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C1411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1411A is #3EBEE5. Grayscale: #636363. Windows color (decimal): -4112102 or 1720769. OLE color: 1720769.
HSL color Cylindrical-coordinate representation of color #C1411A: hue angle of 14.01º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1411A is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 26 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.24 |
| HSL | 14.01º | 0.76% | 0.43% | - |
| HSV(B) | 14.01º | 0.87% | 0.76% | - |
| XYZ | 24.07 | 15.19 | 2.64 | - |
| YUV | 98.83 | 86.91 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 26 | 0 | 0.66 | 0.87 | 0.24 | 14.01 | 0.76 | 0.43 |
| Hex | C1 | 41 | 1A | 0 | 42 | 57 | 18 | E | 4C | 2B |
| Octal | 301 | 101 | 32 | 0 | 102 | 127 | 30 | 16 | 114 | 53 |
| Binary | 11000001 | 1000001 | 11010 | 0 | 1000010 | 1010111 | 11000 | 1110 | 1001100 | 101011 |
Color Harmonies of #C1411A
Complementary color
Monochromatic Colors of #C1411A
Black with #C1411A
Text Example
Text Example
White with #C1411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1411A; }
p { color: rgb(193,65,26); }
H1.HeaderClassName
{
color: #C1411A;
}
.AnyTagClassName
{
color: #C1411A;
}
</style>
background-color css
<style>
a { background-color: #C1411A; }
a { background-color: rgb(193,65,26); }
div.DivClassName
{
background-color: #C1411A;
}
.BgClassName
{
background-color: #C1411A;
}
</style>
border-color css
<style>
span { border-color: #C1411A; }
span { border-color: rgb(193,65,26); }
td.TdClassName
{
border-color: #C1411A;
}
.TagClassName
{
border-color: #C1411A;
}
</style>