Shades of Rust #C93F04
Tints of Rust #C93F04
RGB
CMYK
RGB Variations
Color information
#C93F04 (or 0xC93F04) is known color: Rust. HEX triplet: C9, 3F and 04. RGB value is (201,63,4). Sum of RGB (Red+Green+Blue) = 201+63+4=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93F04 is #36C0FB. Grayscale: #616161. Windows color (decimal): -3588348 or 278473. OLE color: 278473.
HSL color Cylindrical-coordinate representation of color #C93F04: hue angle of 17.97º degrees, saturation: 0.96, 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 #C93F04 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.21 |
| HSL | 17.97º | 0.96% | 0.4% | - |
| HSV(B) | 17.97º | 0.98% | 0.79% | - |
| XYZ | 25.89 | 15.98 | 1.84 | - |
| YUV | 97.54 | 75.22 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 4 | 0 | 0.69 | 0.98 | 0.21 | 17.97 | 0.96 | 0.4 |
| Hex | C9 | 3F | 4 | 0 | 45 | 62 | 15 | 12 | 60 | 28 |
| Octal | 311 | 77 | 4 | 0 | 105 | 142 | 25 | 22 | 140 | 50 |
| Binary | 11001001 | 111111 | 100 | 0 | 1000101 | 1100010 | 10101 | 10010 | 1100000 | 101000 |
Color Harmonies of #C93F04
Complementary color
Monochromatic Colors of #C93F04
Black with #C93F04
Text Example
Text Example
White with #C93F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F04; }
p { color: rgb(201,63,4); }
H1.HeaderClassName
{
color: #C93F04;
}
.AnyTagClassName
{
color: #C93F04;
}
</style>
background-color css
<style>
a { background-color: #C93F04; }
a { background-color: rgb(201,63,4); }
div.DivClassName
{
background-color: #C93F04;
}
.BgClassName
{
background-color: #C93F04;
}
</style>
border-color css
<style>
span { border-color: #C93F04; }
span { border-color: rgb(201,63,4); }
td.TdClassName
{
border-color: #C93F04;
}
.TagClassName
{
border-color: #C93F04;
}
</style>