Shades of Rust #C94607
Tints of Rust #C94607
RGB
CMYK
RGB Variations
Color information
#C94607 (or 0xC94607) is known color: Rust. HEX triplet: C9, 46 and 07. RGB value is (201,70,7). Sum of RGB (Red+Green+Blue) = 201+70+7=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C94607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94607 is #36B9F8. Grayscale: #666666. Windows color (decimal): -3586553 or 476873. OLE color: 476873.
HSL color Cylindrical-coordinate representation of color #C94607: hue angle of 19.48º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C94607 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.21 |
| HSL | 19.48º | 0.93% | 0.41% | - |
| HSV(B) | 19.48º | 0.97% | 0.79% | - |
| XYZ | 26.32 | 16.81 | 2.06 | - |
| YUV | 101.99 | 74.4 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 7 | 0 | 0.65 | 0.97 | 0.21 | 19.48 | 0.93 | 0.41 |
| Hex | C9 | 46 | 7 | 0 | 41 | 61 | 15 | 13 | 5D | 29 |
| Octal | 311 | 106 | 7 | 0 | 101 | 141 | 25 | 23 | 135 | 51 |
| Binary | 11001001 | 1000110 | 111 | 0 | 1000001 | 1100001 | 10101 | 10011 | 1011101 | 101001 |
Color Harmonies of #C94607
Complementary color
Monochromatic Colors of #C94607
Black with #C94607
Text Example
Text Example
White with #C94607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94607; }
p { color: rgb(201,70,7); }
H1.HeaderClassName
{
color: #C94607;
}
.AnyTagClassName
{
color: #C94607;
}
</style>
background-color css
<style>
a { background-color: #C94607; }
a { background-color: rgb(201,70,7); }
div.DivClassName
{
background-color: #C94607;
}
.BgClassName
{
background-color: #C94607;
}
</style>
border-color css
<style>
span { border-color: #C94607; }
span { border-color: rgb(201,70,7); }
td.TdClassName
{
border-color: #C94607;
}
.TagClassName
{
border-color: #C94607;
}
</style>