Shades of Rust #C44010
Tints of Rust #C44010
RGB
CMYK
RGB Variations
Color information
#C44010 (or 0xC44010) is known color: Rust. HEX triplet: C4, 40 and 10. RGB value is (196,64,16). Sum of RGB (Red+Green+Blue) = 196+64+16=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C44010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44010 is #3BBFEF. Grayscale: #626262. Windows color (decimal): -3915760 or 1065156. OLE color: 1065156.
HSL color Cylindrical-coordinate representation of color #C44010: hue angle of 16º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C44010 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 16 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.23 |
| HSL | 16º | 0.85% | 0.42% | - |
| HSV(B) | 16º | 0.92% | 0.77% | - |
| XYZ | 24.69 | 15.44 | 2.17 | - |
| YUV | 98 | 81.73 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 16 | 0 | 0.67 | 0.92 | 0.23 | 16 | 0.85 | 0.42 |
| Hex | C4 | 40 | 10 | 0 | 43 | 5C | 17 | 10 | 55 | 2A |
| Octal | 304 | 100 | 20 | 0 | 103 | 134 | 27 | 20 | 125 | 52 |
| Binary | 11000100 | 1000000 | 10000 | 0 | 1000011 | 1011100 | 10111 | 10000 | 1010101 | 101010 |
Color Harmonies of #C44010
Complementary color
Monochromatic Colors of #C44010
Black with #C44010
Text Example
Text Example
White with #C44010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44010; }
p { color: rgb(196,64,16); }
H1.HeaderClassName
{
color: #C44010;
}
.AnyTagClassName
{
color: #C44010;
}
</style>
background-color css
<style>
a { background-color: #C44010; }
a { background-color: rgb(196,64,16); }
div.DivClassName
{
background-color: #C44010;
}
.BgClassName
{
background-color: #C44010;
}
</style>
border-color css
<style>
span { border-color: #C44010; }
span { border-color: rgb(196,64,16); }
td.TdClassName
{
border-color: #C44010;
}
.TagClassName
{
border-color: #C44010;
}
</style>