Shades of Rust #C4410F
Tints of Rust #C4410F
RGB
CMYK
RGB Variations
Color information
#C4410F (or 0xC4410F) is known color: Rust. HEX triplet: C4, 41 and 0F. RGB value is (196,65,15). Sum of RGB (Red+Green+Blue) = 196+65+15=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4410F is #3BBEF0. Grayscale: #626262. Windows color (decimal): -3915505 or 999876. OLE color: 999876.
HSL color Cylindrical-coordinate representation of color #C4410F: hue angle of 16.57º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4410F is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 15 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.23 |
| HSL | 16.57º | 0.86% | 0.41% | - |
| HSV(B) | 16.57º | 0.92% | 0.77% | - |
| XYZ | 24.74 | 15.55 | 2.15 | - |
| YUV | 98.47 | 80.9 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 15 | 0 | 0.67 | 0.92 | 0.23 | 16.57 | 0.86 | 0.41 |
| Hex | C4 | 41 | F | 0 | 43 | 5C | 17 | 11 | 56 | 29 |
| Octal | 304 | 101 | 17 | 0 | 103 | 134 | 27 | 21 | 126 | 51 |
| Binary | 11000100 | 1000001 | 1111 | 0 | 1000011 | 1011100 | 10111 | 10001 | 1010110 | 101001 |
Color Harmonies of #C4410F
Complementary color
Monochromatic Colors of #C4410F
Black with #C4410F
Text Example
Text Example
White with #C4410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4410F; }
p { color: rgb(196,65,15); }
H1.HeaderClassName
{
color: #C4410F;
}
.AnyTagClassName
{
color: #C4410F;
}
</style>
background-color css
<style>
a { background-color: #C4410F; }
a { background-color: rgb(196,65,15); }
div.DivClassName
{
background-color: #C4410F;
}
.BgClassName
{
background-color: #C4410F;
}
</style>
border-color css
<style>
span { border-color: #C4410F; }
span { border-color: rgb(196,65,15); }
td.TdClassName
{
border-color: #C4410F;
}
.TagClassName
{
border-color: #C4410F;
}
</style>