Shades of Rust #C94B11
Tints of Rust #C94B11
RGB
CMYK
RGB Variations
Color information
#C94B11 (or 0xC94B11) is known color: Rust. HEX triplet: C9, 4B and 11. RGB value is (201,75,17). Sum of RGB (Red+Green+Blue) = 201+75+17=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94B11 is #36B4EE. Grayscale: #6A6A6A. Windows color (decimal): -3585263 or 1133513. OLE color: 1133513.
HSL color Cylindrical-coordinate representation of color #C94B11: hue angle of 18.91º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C94B11 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 17 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.21 |
| HSL | 18.91º | 0.84% | 0.43% | - |
| HSV(B) | 18.91º | 0.92% | 0.79% | - |
| XYZ | 26.7 | 17.49 | 2.5 | - |
| YUV | 106.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 17 | 0 | 0.63 | 0.92 | 0.21 | 18.91 | 0.84 | 0.43 |
| Hex | C9 | 4B | 11 | 0 | 3F | 5C | 15 | 13 | 54 | 2B |
| Octal | 311 | 113 | 21 | 0 | 77 | 134 | 25 | 23 | 124 | 53 |
| Binary | 11001001 | 1001011 | 10001 | 0 | 111111 | 1011100 | 10101 | 10011 | 1010100 | 101011 |
Color Harmonies of #C94B11
Complementary color
Monochromatic Colors of #C94B11
Black with #C94B11
Text Example
Text Example
White with #C94B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B11; }
p { color: rgb(201,75,17); }
H1.HeaderClassName
{
color: #C94B11;
}
.AnyTagClassName
{
color: #C94B11;
}
</style>
background-color css
<style>
a { background-color: #C94B11; }
a { background-color: rgb(201,75,17); }
div.DivClassName
{
background-color: #C94B11;
}
.BgClassName
{
background-color: #C94B11;
}
</style>
border-color css
<style>
span { border-color: #C94B11; }
span { border-color: rgb(201,75,17); }
td.TdClassName
{
border-color: #C94B11;
}
.TagClassName
{
border-color: #C94B11;
}
</style>