Shades of Rust #C9491A
Tints of Rust #C9491A
RGB
CMYK
RGB Variations
Color information
#C9491A (or 0xC9491A) is known color: Rust. HEX triplet: C9, 49 and 1A. RGB value is (201,73,26). Sum of RGB (Red+Green+Blue) = 201+73+26=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C9491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9491A is #36B6E5. Grayscale: #6A6A6A. Windows color (decimal): -3585766 or 1722825. OLE color: 1722825.
HSL color Cylindrical-coordinate representation of color #C9491A: hue angle of 16.11º 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 #C9491A is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 26 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.21 |
| HSL | 16.11º | 0.77% | 0.45% | - |
| HSV(B) | 16.11º | 0.87% | 0.79% | - |
| XYZ | 26.66 | 17.26 | 2.9 | - |
| YUV | 105.91 | 82.91 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 26 | 0 | 0.64 | 0.87 | 0.21 | 16.11 | 0.77 | 0.45 |
| Hex | C9 | 49 | 1A | 0 | 40 | 57 | 15 | 10 | 4D | 2D |
| Octal | 311 | 111 | 32 | 0 | 100 | 127 | 25 | 20 | 115 | 55 |
| Binary | 11001001 | 1001001 | 11010 | 0 | 1000000 | 1010111 | 10101 | 10000 | 1001101 | 101101 |
Color Harmonies of #C9491A
Complementary color
Monochromatic Colors of #C9491A
Black with #C9491A
Text Example
Text Example
White with #C9491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9491A; }
p { color: rgb(201,73,26); }
H1.HeaderClassName
{
color: #C9491A;
}
.AnyTagClassName
{
color: #C9491A;
}
</style>
background-color css
<style>
a { background-color: #C9491A; }
a { background-color: rgb(201,73,26); }
div.DivClassName
{
background-color: #C9491A;
}
.BgClassName
{
background-color: #C9491A;
}
</style>
border-color css
<style>
span { border-color: #C9491A; }
span { border-color: rgb(201,73,26); }
td.TdClassName
{
border-color: #C9491A;
}
.TagClassName
{
border-color: #C9491A;
}
</style>