Shades of Rust #C1501D
Tints of Rust #C1501D
RGB
CMYK
RGB Variations
Color information
#C1501D (or 0xC1501D) is known color: Rust. HEX triplet: C1, 50 and 1D. RGB value is (193,80,29). Sum of RGB (Red+Green+Blue) = 193+80+29=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C1501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1501D is #3EAFE2. Grayscale: #6C6C6C. Windows color (decimal): -4108259 or 1921217. OLE color: 1921217.
HSL color Cylindrical-coordinate representation of color #C1501D: hue angle of 18.66º 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 #C1501D is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 29 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.24 |
| HSL | 18.66º | 0.74% | 0.44% | - |
| HSV(B) | 18.66º | 0.85% | 0.76% | - |
| XYZ | 25.08 | 17.16 | 3.15 | - |
| YUV | 107.97 | 83.44 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 29 | 0 | 0.59 | 0.85 | 0.24 | 18.66 | 0.74 | 0.44 |
| Hex | C1 | 50 | 1D | 0 | 3B | 55 | 18 | 13 | 4A | 2C |
| Octal | 301 | 120 | 35 | 0 | 73 | 125 | 30 | 23 | 112 | 54 |
| Binary | 11000001 | 1010000 | 11101 | 0 | 111011 | 1010101 | 11000 | 10011 | 1001010 | 101100 |
Color Harmonies of #C1501D
Complementary color
Monochromatic Colors of #C1501D
Black with #C1501D
Text Example
Text Example
White with #C1501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1501D; }
p { color: rgb(193,80,29); }
H1.HeaderClassName
{
color: #C1501D;
}
.AnyTagClassName
{
color: #C1501D;
}
</style>
background-color css
<style>
a { background-color: #C1501D; }
a { background-color: rgb(193,80,29); }
div.DivClassName
{
background-color: #C1501D;
}
.BgClassName
{
background-color: #C1501D;
}
</style>
border-color css
<style>
span { border-color: #C1501D; }
span { border-color: rgb(193,80,29); }
td.TdClassName
{
border-color: #C1501D;
}
.TagClassName
{
border-color: #C1501D;
}
</style>