Shades of Rust #C94814
Tints of Rust #C94814
RGB
CMYK
RGB Variations
Color information
#C94814 (or 0xC94814) is known color: Rust. HEX triplet: C9, 48 and 14. RGB value is (201,72,20). Sum of RGB (Red+Green+Blue) = 201+72+20=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C94814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94814 is #36B7EB. Grayscale: #686868. Windows color (decimal): -3586028 or 1329353. OLE color: 1329353.
HSL color Cylindrical-coordinate representation of color #C94814: hue angle of 17.24º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C94814 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 20 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.21 |
| HSL | 17.24º | 0.82% | 0.43% | - |
| HSV(B) | 17.24º | 0.9% | 0.79% | - |
| XYZ | 26.53 | 17.1 | 2.56 | - |
| YUV | 104.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 20 | 0 | 0.64 | 0.90 | 0.21 | 17.24 | 0.82 | 0.43 |
| Hex | C9 | 48 | 14 | 0 | 40 | 5A | 15 | 11 | 52 | 2B |
| Octal | 311 | 110 | 24 | 0 | 100 | 132 | 25 | 21 | 122 | 53 |
| Binary | 11001001 | 1001000 | 10100 | 0 | 1000000 | 1011010 | 10101 | 10001 | 1010010 | 101011 |
Color Harmonies of #C94814
Complementary color
Monochromatic Colors of #C94814
Black with #C94814
Text Example
Text Example
White with #C94814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94814; }
p { color: rgb(201,72,20); }
H1.HeaderClassName
{
color: #C94814;
}
.AnyTagClassName
{
color: #C94814;
}
</style>
background-color css
<style>
a { background-color: #C94814; }
a { background-color: rgb(201,72,20); }
div.DivClassName
{
background-color: #C94814;
}
.BgClassName
{
background-color: #C94814;
}
</style>
border-color css
<style>
span { border-color: #C94814; }
span { border-color: rgb(201,72,20); }
td.TdClassName
{
border-color: #C94814;
}
.TagClassName
{
border-color: #C94814;
}
</style>