Shades of Rust #C94B10
Tints of Rust #C94B10
RGB
CMYK
RGB Variations
Color information
#C94B10 (or 0xC94B10) is known color: Rust. HEX triplet: C9, 4B and 10. RGB value is (201,75,16). Sum of RGB (Red+Green+Blue) = 201+75+16=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94B10 is #36B4EF. Grayscale: #6A6A6A. Windows color (decimal): -3585264 or 1067977. OLE color: 1067977.
HSL color Cylindrical-coordinate representation of color #C94B10: hue angle of 19.14º degrees, saturation: 0.85, 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 #C94B10 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 16 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.21 |
| HSL | 19.14º | 0.85% | 0.43% | - |
| HSV(B) | 19.14º | 0.92% | 0.79% | - |
| XYZ | 26.7 | 17.49 | 2.46 | - |
| YUV | 105.95 | 77.24 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 16 | 0 | 0.63 | 0.92 | 0.21 | 19.14 | 0.85 | 0.43 |
| Hex | C9 | 4B | 10 | 0 | 3F | 5C | 15 | 13 | 55 | 2B |
| Octal | 311 | 113 | 20 | 0 | 77 | 134 | 25 | 23 | 125 | 53 |
| Binary | 11001001 | 1001011 | 10000 | 0 | 111111 | 1011100 | 10101 | 10011 | 1010101 | 101011 |
Color Harmonies of #C94B10
Complementary color
Monochromatic Colors of #C94B10
Black with #C94B10
Text Example
Text Example
White with #C94B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B10; }
p { color: rgb(201,75,16); }
H1.HeaderClassName
{
color: #C94B10;
}
.AnyTagClassName
{
color: #C94B10;
}
</style>
background-color css
<style>
a { background-color: #C94B10; }
a { background-color: rgb(201,75,16); }
div.DivClassName
{
background-color: #C94B10;
}
.BgClassName
{
background-color: #C94B10;
}
</style>
border-color css
<style>
span { border-color: #C94B10; }
span { border-color: rgb(201,75,16); }
td.TdClassName
{
border-color: #C94B10;
}
.TagClassName
{
border-color: #C94B10;
}
</style>