Shades of Rust #C94206
Tints of Rust #C94206
RGB
CMYK
RGB Variations
Color information
#C94206 (or 0xC94206) is known color: Rust. HEX triplet: C9, 42 and 06. RGB value is (201,66,6). Sum of RGB (Red+Green+Blue) = 201+66+6=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C94206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94206 is #36BDF9. Grayscale: #636363. Windows color (decimal): -3587578 or 410313. OLE color: 410313.
HSL color Cylindrical-coordinate representation of color #C94206: hue angle of 18.46º degrees, saturation: 0.94, 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 #C94206 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.21 |
| HSL | 18.46º | 0.94% | 0.41% | - |
| HSV(B) | 18.46º | 0.97% | 0.79% | - |
| XYZ | 26.07 | 16.33 | 1.95 | - |
| YUV | 99.53 | 75.23 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 6 | 0 | 0.67 | 0.97 | 0.21 | 18.46 | 0.94 | 0.41 |
| Hex | C9 | 42 | 6 | 0 | 43 | 61 | 15 | 12 | 5E | 29 |
| Octal | 311 | 102 | 6 | 0 | 103 | 141 | 25 | 22 | 136 | 51 |
| Binary | 11001001 | 1000010 | 110 | 0 | 1000011 | 1100001 | 10101 | 10010 | 1011110 | 101001 |
Color Harmonies of #C94206
Complementary color
Monochromatic Colors of #C94206
Black with #C94206
Text Example
Text Example
White with #C94206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94206; }
p { color: rgb(201,66,6); }
H1.HeaderClassName
{
color: #C94206;
}
.AnyTagClassName
{
color: #C94206;
}
</style>
background-color css
<style>
a { background-color: #C94206; }
a { background-color: rgb(201,66,6); }
div.DivClassName
{
background-color: #C94206;
}
.BgClassName
{
background-color: #C94206;
}
</style>
border-color css
<style>
span { border-color: #C94206; }
span { border-color: rgb(201,66,6); }
td.TdClassName
{
border-color: #C94206;
}
.TagClassName
{
border-color: #C94206;
}
</style>