Shades of Rust #C1521D
Tints of Rust #C1521D
RGB
CMYK
RGB Variations
Color information
#C1521D (or 0xC1521D) is known color: Rust. HEX triplet: C1, 52 and 1D. RGB value is (193,82,29). Sum of RGB (Red+Green+Blue) = 193+82+29=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1521D is #3EADE2. Grayscale: #6D6D6D. Windows color (decimal): -4107747 or 1921729. OLE color: 1921729.
HSL color Cylindrical-coordinate representation of color #C1521D: hue angle of 19.39º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1521D is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 29 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.24 |
| HSL | 19.39º | 0.74% | 0.44% | - |
| HSV(B) | 19.39º | 0.85% | 0.76% | - |
| XYZ | 25.23 | 17.46 | 3.2 | - |
| YUV | 109.15 | 82.77 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 29 | 0 | 0.58 | 0.85 | 0.24 | 19.39 | 0.74 | 0.44 |
| Hex | C1 | 52 | 1D | 0 | 3A | 55 | 18 | 13 | 4A | 2C |
| Octal | 301 | 122 | 35 | 0 | 72 | 125 | 30 | 23 | 112 | 54 |
| Binary | 11000001 | 1010010 | 11101 | 0 | 111010 | 1010101 | 11000 | 10011 | 1001010 | 101100 |
Color Harmonies of #C1521D
Complementary color
Monochromatic Colors of #C1521D
Black with #C1521D
Text Example
Text Example
White with #C1521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1521D; }
p { color: rgb(193,82,29); }
H1.HeaderClassName
{
color: #C1521D;
}
.AnyTagClassName
{
color: #C1521D;
}
</style>
background-color css
<style>
a { background-color: #C1521D; }
a { background-color: rgb(193,82,29); }
div.DivClassName
{
background-color: #C1521D;
}
.BgClassName
{
background-color: #C1521D;
}
</style>
border-color css
<style>
span { border-color: #C1521D; }
span { border-color: rgb(193,82,29); }
td.TdClassName
{
border-color: #C1521D;
}
.TagClassName
{
border-color: #C1521D;
}
</style>