Shades of Rust #C94102
Tints of Rust #C94102
RGB
CMYK
RGB Variations
Color information
#C94102 (or 0xC94102) is known color: Rust. HEX triplet: C9, 41 and 02. RGB value is (201,65,2). Sum of RGB (Red+Green+Blue) = 201+65+2=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C94102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94102 is #36BEFD. Grayscale: #626262. Windows color (decimal): -3587838 or 147913. OLE color: 147913.
HSL color Cylindrical-coordinate representation of color #C94102: hue angle of 18.99º degrees, saturation: 0.98, 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 #C94102 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.21 |
| HSL | 18.99º | 0.98% | 0.4% | - |
| HSV(B) | 18.99º | 0.99% | 0.79% | - |
| XYZ | 25.99 | 16.2 | 1.82 | - |
| YUV | 98.48 | 73.56 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 2 | 0 | 0.68 | 0.99 | 0.21 | 18.99 | 0.98 | 0.4 |
| Hex | C9 | 41 | 2 | 0 | 44 | 63 | 15 | 13 | 62 | 28 |
| Octal | 311 | 101 | 2 | 0 | 104 | 143 | 25 | 23 | 142 | 50 |
| Binary | 11001001 | 1000001 | 10 | 0 | 1000100 | 1100011 | 10101 | 10011 | 1100010 | 101000 |
Color Harmonies of #C94102
Complementary color
Monochromatic Colors of #C94102
Black with #C94102
Text Example
Text Example
White with #C94102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94102; }
p { color: rgb(201,65,2); }
H1.HeaderClassName
{
color: #C94102;
}
.AnyTagClassName
{
color: #C94102;
}
</style>
background-color css
<style>
a { background-color: #C94102; }
a { background-color: rgb(201,65,2); }
div.DivClassName
{
background-color: #C94102;
}
.BgClassName
{
background-color: #C94102;
}
</style>
border-color css
<style>
span { border-color: #C94102; }
span { border-color: rgb(201,65,2); }
td.TdClassName
{
border-color: #C94102;
}
.TagClassName
{
border-color: #C94102;
}
</style>