Shades of Rust #C9501A
Tints of Rust #C9501A
RGB
CMYK
RGB Variations
Color information
#C9501A (or 0xC9501A) is known color: Rust. HEX triplet: C9, 50 and 1A. RGB value is (201,80,26). Sum of RGB (Red+Green+Blue) = 201+80+26=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C9501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9501A is #36AFE5. Grayscale: #6E6E6E. Windows color (decimal): -3583974 or 1724617. OLE color: 1724617.
HSL color Cylindrical-coordinate representation of color #C9501A: hue angle of 18.51º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9501A is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 26 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.21 |
| HSL | 18.51º | 0.77% | 0.45% | - |
| HSV(B) | 18.51º | 0.87% | 0.79% | - |
| XYZ | 27.14 | 18.23 | 3.07 | - |
| YUV | 110.02 | 80.59 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 26 | 0 | 0.60 | 0.87 | 0.21 | 18.51 | 0.77 | 0.45 |
| Hex | C9 | 50 | 1A | 0 | 3C | 57 | 15 | 13 | 4D | 2D |
| Octal | 311 | 120 | 32 | 0 | 74 | 127 | 25 | 23 | 115 | 55 |
| Binary | 11001001 | 1010000 | 11010 | 0 | 111100 | 1010111 | 10101 | 10011 | 1001101 | 101101 |
Color Harmonies of #C9501A
Complementary color
Monochromatic Colors of #C9501A
Black with #C9501A
Text Example
Text Example
White with #C9501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9501A; }
p { color: rgb(201,80,26); }
H1.HeaderClassName
{
color: #C9501A;
}
.AnyTagClassName
{
color: #C9501A;
}
</style>
background-color css
<style>
a { background-color: #C9501A; }
a { background-color: rgb(201,80,26); }
div.DivClassName
{
background-color: #C9501A;
}
.BgClassName
{
background-color: #C9501A;
}
</style>
border-color css
<style>
span { border-color: #C9501A; }
span { border-color: rgb(201,80,26); }
td.TdClassName
{
border-color: #C9501A;
}
.TagClassName
{
border-color: #C9501A;
}
</style>