Shades of Rust #C94105
Tints of Rust #C94105
RGB
CMYK
RGB Variations
Color information
#C94105 (or 0xC94105) is known color: Rust. HEX triplet: C9, 41 and 05. RGB value is (201,65,5). Sum of RGB (Red+Green+Blue) = 201+65+5=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C94105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94105 is #36BEFA. Grayscale: #636363. Windows color (decimal): -3587835 or 344521. OLE color: 344521.
HSL color Cylindrical-coordinate representation of color #C94105: hue angle of 18.37º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C94105 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.21 |
| HSL | 18.37º | 0.95% | 0.4% | - |
| HSV(B) | 18.37º | 0.98% | 0.79% | - |
| XYZ | 26.01 | 16.21 | 1.9 | - |
| YUV | 98.82 | 75.06 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 5 | 0 | 0.68 | 0.98 | 0.21 | 18.37 | 0.95 | 0.4 |
| Hex | C9 | 41 | 5 | 0 | 44 | 62 | 15 | 12 | 5F | 28 |
| Octal | 311 | 101 | 5 | 0 | 104 | 142 | 25 | 22 | 137 | 50 |
| Binary | 11001001 | 1000001 | 101 | 0 | 1000100 | 1100010 | 10101 | 10010 | 1011111 | 101000 |
Color Harmonies of #C94105
Complementary color
Monochromatic Colors of #C94105
Black with #C94105
Text Example
Text Example
White with #C94105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94105; }
p { color: rgb(201,65,5); }
H1.HeaderClassName
{
color: #C94105;
}
.AnyTagClassName
{
color: #C94105;
}
</style>
background-color css
<style>
a { background-color: #C94105; }
a { background-color: rgb(201,65,5); }
div.DivClassName
{
background-color: #C94105;
}
.BgClassName
{
background-color: #C94105;
}
</style>
border-color css
<style>
span { border-color: #C94105; }
span { border-color: rgb(201,65,5); }
td.TdClassName
{
border-color: #C94105;
}
.TagClassName
{
border-color: #C94105;
}
</style>