Shades of Rust #C1541A
Tints of Rust #C1541A
RGB
CMYK
RGB Variations
Color information
#C1541A (or 0xC1541A) is known color: Rust. HEX triplet: C1, 54 and 1A. RGB value is (193,84,26). Sum of RGB (Red+Green+Blue) = 193+84+26=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1541A is #3EABE5. Grayscale: #6E6E6E. Windows color (decimal): -4107238 or 1725633. OLE color: 1725633.
HSL color Cylindrical-coordinate representation of color #C1541A: hue angle of 20.84º 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 #C1541A is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 26 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.24 |
| HSL | 20.84º | 0.76% | 0.43% | - |
| HSV(B) | 20.84º | 0.87% | 0.76% | - |
| XYZ | 25.35 | 17.75 | 3.07 | - |
| YUV | 109.98 | 80.61 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 26 | 0 | 0.56 | 0.87 | 0.24 | 20.84 | 0.76 | 0.43 |
| Hex | C1 | 54 | 1A | 0 | 38 | 57 | 18 | 15 | 4C | 2B |
| Octal | 301 | 124 | 32 | 0 | 70 | 127 | 30 | 25 | 114 | 53 |
| Binary | 11000001 | 1010100 | 11010 | 0 | 111000 | 1010111 | 11000 | 10101 | 1001100 | 101011 |
Color Harmonies of #C1541A
Complementary color
Monochromatic Colors of #C1541A
Black with #C1541A
Text Example
Text Example
White with #C1541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1541A; }
p { color: rgb(193,84,26); }
H1.HeaderClassName
{
color: #C1541A;
}
.AnyTagClassName
{
color: #C1541A;
}
</style>
background-color css
<style>
a { background-color: #C1541A; }
a { background-color: rgb(193,84,26); }
div.DivClassName
{
background-color: #C1541A;
}
.BgClassName
{
background-color: #C1541A;
}
</style>
border-color css
<style>
span { border-color: #C1541A; }
span { border-color: rgb(193,84,26); }
td.TdClassName
{
border-color: #C1541A;
}
.TagClassName
{
border-color: #C1541A;
}
</style>