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