Shades of Rust #C94103
Tints of Rust #C94103
RGB
CMYK
RGB Variations
Color information
#C94103 (or 0xC94103) is known color: Rust. HEX triplet: C9, 41 and 03. RGB value is (201,65,3). Sum of RGB (Red+Green+Blue) = 201+65+3=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C94103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94103 is #36BEFC. Grayscale: #626262. Windows color (decimal): -3587837 or 213449. OLE color: 213449.
HSL color Cylindrical-coordinate representation of color #C94103: hue angle of 18.79º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C94103 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.21 |
| HSL | 18.79º | 0.97% | 0.4% | - |
| HSV(B) | 18.79º | 0.99% | 0.79% | - |
| XYZ | 25.99 | 16.2 | 1.84 | - |
| YUV | 98.6 | 74.06 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 3 | 0 | 0.68 | 0.99 | 0.21 | 18.79 | 0.97 | 0.4 |
| Hex | C9 | 41 | 3 | 0 | 44 | 63 | 15 | 13 | 61 | 28 |
| Octal | 311 | 101 | 3 | 0 | 104 | 143 | 25 | 23 | 141 | 50 |
| Binary | 11001001 | 1000001 | 11 | 0 | 1000100 | 1100011 | 10101 | 10011 | 1100001 | 101000 |
Color Harmonies of #C94103
Complementary color
Monochromatic Colors of #C94103
Black with #C94103
Text Example
Text Example
White with #C94103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94103; }
p { color: rgb(201,65,3); }
H1.HeaderClassName
{
color: #C94103;
}
.AnyTagClassName
{
color: #C94103;
}
</style>
background-color css
<style>
a { background-color: #C94103; }
a { background-color: rgb(201,65,3); }
div.DivClassName
{
background-color: #C94103;
}
.BgClassName
{
background-color: #C94103;
}
</style>
border-color css
<style>
span { border-color: #C94103; }
span { border-color: rgb(201,65,3); }
td.TdClassName
{
border-color: #C94103;
}
.TagClassName
{
border-color: #C94103;
}
</style>