Shades of Rust #C94F15
Tints of Rust #C94F15
RGB
CMYK
RGB Variations
Color information
#C94F15 (or 0xC94F15) is known color: Rust. HEX triplet: C9, 4F and 15. RGB value is (201,79,21). Sum of RGB (Red+Green+Blue) = 201+79+21=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F15 is #36B0EA. Grayscale: #6D6D6D. Windows color (decimal): -3584235 or 1396681. OLE color: 1396681.
HSL color Cylindrical-coordinate representation of color #C94F15: hue angle of 19.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C94F15 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 21 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.21 |
| HSL | 19.33º | 0.81% | 0.44% | - |
| HSV(B) | 19.33º | 0.9% | 0.79% | - |
| XYZ | 27.02 | 18.06 | 2.77 | - |
| YUV | 108.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 21 | 0 | 0.61 | 0.90 | 0.21 | 19.33 | 0.81 | 0.44 |
| Hex | C9 | 4F | 15 | 0 | 3D | 5A | 15 | 13 | 51 | 2C |
| Octal | 311 | 117 | 25 | 0 | 75 | 132 | 25 | 23 | 121 | 54 |
| Binary | 11001001 | 1001111 | 10101 | 0 | 111101 | 1011010 | 10101 | 10011 | 1010001 | 101100 |
Color Harmonies of #C94F15
Complementary color
Monochromatic Colors of #C94F15
Black with #C94F15
Text Example
Text Example
White with #C94F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F15; }
p { color: rgb(201,79,21); }
H1.HeaderClassName
{
color: #C94F15;
}
.AnyTagClassName
{
color: #C94F15;
}
</style>
background-color css
<style>
a { background-color: #C94F15; }
a { background-color: rgb(201,79,21); }
div.DivClassName
{
background-color: #C94F15;
}
.BgClassName
{
background-color: #C94F15;
}
</style>
border-color css
<style>
span { border-color: #C94F15; }
span { border-color: rgb(201,79,21); }
td.TdClassName
{
border-color: #C94F15;
}
.TagClassName
{
border-color: #C94F15;
}
</style>