Shades of Rust #C44011
Tints of Rust #C44011
RGB
CMYK
RGB Variations
Color information
#C44011 (or 0xC44011) is known color: Rust. HEX triplet: C4, 40 and 11. RGB value is (196,64,17). Sum of RGB (Red+Green+Blue) = 196+64+17=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C44011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44011 is #3BBFEE. Grayscale: #626262. Windows color (decimal): -3915759 or 1130692. OLE color: 1130692.
HSL color Cylindrical-coordinate representation of color #C44011: hue angle of 15.75º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C44011 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 17 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.23 |
| HSL | 15.75º | 0.84% | 0.42% | - |
| HSV(B) | 15.75º | 0.91% | 0.77% | - |
| XYZ | 24.7 | 15.44 | 2.21 | - |
| YUV | 98.11 | 82.23 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 17 | 0 | 0.67 | 0.91 | 0.23 | 15.75 | 0.84 | 0.42 |
| Hex | C4 | 40 | 11 | 0 | 43 | 5B | 17 | 10 | 54 | 2A |
| Octal | 304 | 100 | 21 | 0 | 103 | 133 | 27 | 20 | 124 | 52 |
| Binary | 11000100 | 1000000 | 10001 | 0 | 1000011 | 1011011 | 10111 | 10000 | 1010100 | 101010 |
Color Harmonies of #C44011
Complementary color
Monochromatic Colors of #C44011
Black with #C44011
Text Example
Text Example
White with #C44011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44011; }
p { color: rgb(196,64,17); }
H1.HeaderClassName
{
color: #C44011;
}
.AnyTagClassName
{
color: #C44011;
}
</style>
background-color css
<style>
a { background-color: #C44011; }
a { background-color: rgb(196,64,17); }
div.DivClassName
{
background-color: #C44011;
}
.BgClassName
{
background-color: #C44011;
}
</style>
border-color css
<style>
span { border-color: #C44011; }
span { border-color: rgb(196,64,17); }
td.TdClassName
{
border-color: #C44011;
}
.TagClassName
{
border-color: #C44011;
}
</style>