Shades of Rust #C94B17
Tints of Rust #C94B17
RGB
CMYK
RGB Variations
Color information
#C94B17 (or 0xC94B17) is known color: Rust. HEX triplet: C9, 4B and 17. RGB value is (201,75,23). Sum of RGB (Red+Green+Blue) = 201+75+23=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94B17 is #36B4E8. Grayscale: #6B6B6B. Windows color (decimal): -3585257 or 1526729. OLE color: 1526729.
HSL color Cylindrical-coordinate representation of color #C94B17: hue angle of 17.53º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C94B17 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 23 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.21 |
| HSL | 17.53º | 0.79% | 0.44% | - |
| HSV(B) | 17.53º | 0.89% | 0.79% | - |
| XYZ | 26.76 | 17.51 | 2.78 | - |
| YUV | 106.75 | 80.74 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 23 | 0 | 0.63 | 0.89 | 0.21 | 17.53 | 0.79 | 0.44 |
| Hex | C9 | 4B | 17 | 0 | 3F | 59 | 15 | 12 | 4F | 2C |
| Octal | 311 | 113 | 27 | 0 | 77 | 131 | 25 | 22 | 117 | 54 |
| Binary | 11001001 | 1001011 | 10111 | 0 | 111111 | 1011001 | 10101 | 10010 | 1001111 | 101100 |
Color Harmonies of #C94B17
Complementary color
Monochromatic Colors of #C94B17
Black with #C94B17
Text Example
Text Example
White with #C94B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B17; }
p { color: rgb(201,75,23); }
H1.HeaderClassName
{
color: #C94B17;
}
.AnyTagClassName
{
color: #C94B17;
}
</style>
background-color css
<style>
a { background-color: #C94B17; }
a { background-color: rgb(201,75,23); }
div.DivClassName
{
background-color: #C94B17;
}
.BgClassName
{
background-color: #C94B17;
}
</style>
border-color css
<style>
span { border-color: #C94B17; }
span { border-color: rgb(201,75,23); }
td.TdClassName
{
border-color: #C94B17;
}
.TagClassName
{
border-color: #C94B17;
}
</style>