Shades of Rust #C44510
Tints of Rust #C44510
RGB
CMYK
RGB Variations
Color information
#C44510 (or 0xC44510) is known color: Rust. HEX triplet: C4, 45 and 10. RGB value is (196,69,16). Sum of RGB (Red+Green+Blue) = 196+69+16=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C44510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44510 is #3BBAEF. Grayscale: #656565. Windows color (decimal): -3914480 or 1066436. OLE color: 1066436.
HSL color Cylindrical-coordinate representation of color #C44510: hue angle of 17.67º 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 #C44510 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 16 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.23 |
| HSL | 17.67º | 0.85% | 0.42% | - |
| HSV(B) | 17.67º | 0.92% | 0.77% | - |
| XYZ | 24.99 | 16.03 | 2.27 | - |
| YUV | 100.93 | 80.08 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 16 | 0 | 0.65 | 0.92 | 0.23 | 17.67 | 0.85 | 0.42 |
| Hex | C4 | 45 | 10 | 0 | 41 | 5C | 17 | 12 | 55 | 2A |
| Octal | 304 | 105 | 20 | 0 | 101 | 134 | 27 | 22 | 125 | 52 |
| Binary | 11000100 | 1000101 | 10000 | 0 | 1000001 | 1011100 | 10111 | 10010 | 1010101 | 101010 |
Color Harmonies of #C44510
Complementary color
Monochromatic Colors of #C44510
Black with #C44510
Text Example
Text Example
White with #C44510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44510; }
p { color: rgb(196,69,16); }
H1.HeaderClassName
{
color: #C44510;
}
.AnyTagClassName
{
color: #C44510;
}
</style>
background-color css
<style>
a { background-color: #C44510; }
a { background-color: rgb(196,69,16); }
div.DivClassName
{
background-color: #C44510;
}
.BgClassName
{
background-color: #C44510;
}
</style>
border-color css
<style>
span { border-color: #C44510; }
span { border-color: rgb(196,69,16); }
td.TdClassName
{
border-color: #C44510;
}
.TagClassName
{
border-color: #C44510;
}
</style>