Shades of Rust #C94508
Tints of Rust #C94508
RGB
CMYK
RGB Variations
Color information
#C94508 (or 0xC94508) is known color: Rust. HEX triplet: C9, 45 and 08. RGB value is (201,69,8). Sum of RGB (Red+Green+Blue) = 201+69+8=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C94508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94508 is #36BAF7. Grayscale: #656565. Windows color (decimal): -3586808 or 542153. OLE color: 542153.
HSL color Cylindrical-coordinate representation of color #C94508: hue angle of 18.96º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C94508 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 8 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.21 |
| HSL | 18.96º | 0.92% | 0.41% | - |
| HSV(B) | 18.96º | 0.96% | 0.79% | - |
| XYZ | 26.26 | 16.69 | 2.07 | - |
| YUV | 101.51 | 75.23 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 8 | 0 | 0.66 | 0.96 | 0.21 | 18.96 | 0.92 | 0.41 |
| Hex | C9 | 45 | 8 | 0 | 42 | 60 | 15 | 13 | 5C | 29 |
| Octal | 311 | 105 | 10 | 0 | 102 | 140 | 25 | 23 | 134 | 51 |
| Binary | 11001001 | 1000101 | 1000 | 0 | 1000010 | 1100000 | 10101 | 10011 | 1011100 | 101001 |
Color Harmonies of #C94508
Complementary color
Monochromatic Colors of #C94508
Black with #C94508
Text Example
Text Example
White with #C94508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94508; }
p { color: rgb(201,69,8); }
H1.HeaderClassName
{
color: #C94508;
}
.AnyTagClassName
{
color: #C94508;
}
</style>
background-color css
<style>
a { background-color: #C94508; }
a { background-color: rgb(201,69,8); }
div.DivClassName
{
background-color: #C94508;
}
.BgClassName
{
background-color: #C94508;
}
</style>
border-color css
<style>
span { border-color: #C94508; }
span { border-color: rgb(201,69,8); }
td.TdClassName
{
border-color: #C94508;
}
.TagClassName
{
border-color: #C94508;
}
</style>