Shades of Rust #C93E01
Tints of Rust #C93E01
RGB
CMYK
RGB Variations
Color information
#C93E01 (or 0xC93E01) is known color: Rust. HEX triplet: C9, 3E and 01. RGB value is (201,62,1). Sum of RGB (Red+Green+Blue) = 201+62+1=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93E01 is #36C1FE. Grayscale: #606060. Windows color (decimal): -3588607 or 81609. OLE color: 81609.
HSL color Cylindrical-coordinate representation of color #C93E01: hue angle of 18.3º 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 #C93E01 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.21 |
| HSL | 18.3º | 0.99% | 0.4% | - |
| HSV(B) | 18.3º | 1% | 0.79% | - |
| XYZ | 25.82 | 15.86 | 1.73 | - |
| YUV | 96.61 | 74.05 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 1 | 0 | 0.69 | 1.00 | 0.21 | 18.3 | 0.99 | 0.4 |
| Hex | C9 | 3E | 1 | 0 | 45 | 64 | 15 | 12 | 63 | 28 |
| Octal | 311 | 76 | 1 | 0 | 105 | 144 | 25 | 22 | 143 | 50 |
| Binary | 11001001 | 111110 | 1 | 0 | 1000101 | 1100100 | 10101 | 10010 | 1100011 | 101000 |
Color Harmonies of #C93E01
Complementary color
Monochromatic Colors of #C93E01
Black with #C93E01
Text Example
Text Example
White with #C93E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93E01; }
p { color: rgb(201,62,1); }
H1.HeaderClassName
{
color: #C93E01;
}
.AnyTagClassName
{
color: #C93E01;
}
</style>
background-color css
<style>
a { background-color: #C93E01; }
a { background-color: rgb(201,62,1); }
div.DivClassName
{
background-color: #C93E01;
}
.BgClassName
{
background-color: #C93E01;
}
</style>
border-color css
<style>
span { border-color: #C93E01; }
span { border-color: rgb(201,62,1); }
td.TdClassName
{
border-color: #C93E01;
}
.TagClassName
{
border-color: #C93E01;
}
</style>