Shades of Rust #C94101
Tints of Rust #C94101
RGB
CMYK
RGB Variations
Color information
#C94101 (or 0xC94101) is known color: Rust. HEX triplet: C9, 41 and 01. RGB value is (201,65,1). Sum of RGB (Red+Green+Blue) = 201+65+1=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C94101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94101 is #36BEFE. Grayscale: #626262. Windows color (decimal): -3587839 or 82377. OLE color: 82377.
HSL color Cylindrical-coordinate representation of color #C94101: hue angle of 19.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C94101 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.21 |
| HSL | 19.2º | 0.99% | 0.4% | - |
| HSV(B) | 19.2º | 1% | 0.79% | - |
| XYZ | 25.98 | 16.2 | 1.79 | - |
| YUV | 98.37 | 73.06 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 1 | 0 | 0.68 | 1.00 | 0.21 | 19.2 | 0.99 | 0.4 |
| Hex | C9 | 41 | 1 | 0 | 44 | 64 | 15 | 13 | 63 | 28 |
| Octal | 311 | 101 | 1 | 0 | 104 | 144 | 25 | 23 | 143 | 50 |
| Binary | 11001001 | 1000001 | 1 | 0 | 1000100 | 1100100 | 10101 | 10011 | 1100011 | 101000 |
Color Harmonies of #C94101
Complementary color
Monochromatic Colors of #C94101
Black with #C94101
Text Example
Text Example
White with #C94101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94101; }
p { color: rgb(201,65,1); }
H1.HeaderClassName
{
color: #C94101;
}
.AnyTagClassName
{
color: #C94101;
}
</style>
background-color css
<style>
a { background-color: #C94101; }
a { background-color: rgb(201,65,1); }
div.DivClassName
{
background-color: #C94101;
}
.BgClassName
{
background-color: #C94101;
}
</style>
border-color css
<style>
span { border-color: #C94101; }
span { border-color: rgb(201,65,1); }
td.TdClassName
{
border-color: #C94101;
}
.TagClassName
{
border-color: #C94101;
}
</style>