Shades of Rust #C44100
Tints of Rust #C44100
RGB
CMYK
RGB Variations
Color information
#C44100 (or 0xC44100) is known color: Rust. HEX triplet: C4, 41 and 00. RGB value is (196,65,0). Sum of RGB (Red+Green+Blue) = 196+65+0=261 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.10% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 196 - color contains mainly: red. Hex color #C44100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44100 is #3BBEFF. Grayscale: #616161. Windows color (decimal): -3915520 or 16836. OLE color: 16836.
HSL color Cylindrical-coordinate representation of color #C44100: hue angle of 19.9º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C44100 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.23 |
| HSL | 19.9º | 1% | 0.38% | - |
| HSV(B) | 19.9º | 1% | 0.77% | - |
| XYZ | 24.66 | 15.52 | 1.7 | - |
| YUV | 96.76 | 73.4 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 0 | 0 | 0.67 | 1 | 0.23 | 19.9 | 1 | 0.38 |
| Hex | C4 | 41 | 0 | 0 | 43 | 64 | 17 | 14 | 64 | 26 |
| Octal | 304 | 101 | 0 | 0 | 103 | 144 | 27 | 24 | 144 | 46 |
| Binary | 11000100 | 1000001 | 0 | 0 | 1000011 | 1100100 | 10111 | 10100 | 1100100 | 100110 |
Color Harmonies of #C44100
Complementary color
Monochromatic Colors of #C44100
Black with #C44100
Text Example
Text Example
White with #C44100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44100; }
p { color: rgb(196,65,0); }
H1.HeaderClassName
{
color: #C44100;
}
.AnyTagClassName
{
color: #C44100;
}
</style>
background-color css
<style>
a { background-color: #C44100; }
a { background-color: rgb(196,65,0); }
div.DivClassName
{
background-color: #C44100;
}
.BgClassName
{
background-color: #C44100;
}
</style>
border-color css
<style>
span { border-color: #C44100; }
span { border-color: rgb(196,65,0); }
td.TdClassName
{
border-color: #C44100;
}
.TagClassName
{
border-color: #C44100;
}
</style>