Shades of Rust #C2501A
Tints of Rust #C2501A
RGB
CMYK
RGB Variations
Color information
#C2501A (or 0xC2501A) is known color: Rust. HEX triplet: C2, 50 and 1A. RGB value is (194,80,26). Sum of RGB (Red+Green+Blue) = 194+80+26=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C2501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2501A is #3DAFE5. Grayscale: #6C6C6C. Windows color (decimal): -4042726 or 1724610. OLE color: 1724610.
HSL color Cylindrical-coordinate representation of color #C2501A: hue angle of 19.29º 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 #C2501A is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 26 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.24 |
| HSL | 19.29º | 0.76% | 0.43% | - |
| HSV(B) | 19.29º | 0.87% | 0.76% | - |
| XYZ | 25.3 | 17.28 | 2.98 | - |
| YUV | 107.93 | 81.77 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 26 | 0 | 0.59 | 0.87 | 0.24 | 19.29 | 0.76 | 0.43 |
| Hex | C2 | 50 | 1A | 0 | 3B | 57 | 18 | 13 | 4C | 2B |
| Octal | 302 | 120 | 32 | 0 | 73 | 127 | 30 | 23 | 114 | 53 |
| Binary | 11000010 | 1010000 | 11010 | 0 | 111011 | 1010111 | 11000 | 10011 | 1001100 | 101011 |
Color Harmonies of #C2501A
Complementary color
Monochromatic Colors of #C2501A
Black with #C2501A
Text Example
Text Example
White with #C2501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2501A; }
p { color: rgb(194,80,26); }
H1.HeaderClassName
{
color: #C2501A;
}
.AnyTagClassName
{
color: #C2501A;
}
</style>
background-color css
<style>
a { background-color: #C2501A; }
a { background-color: rgb(194,80,26); }
div.DivClassName
{
background-color: #C2501A;
}
.BgClassName
{
background-color: #C2501A;
}
</style>
border-color css
<style>
span { border-color: #C2501A; }
span { border-color: rgb(194,80,26); }
td.TdClassName
{
border-color: #C2501A;
}
.TagClassName
{
border-color: #C2501A;
}
</style>