Shades of Rust #C44109
Tints of Rust #C44109
RGB
CMYK
RGB Variations
Color information
#C44109 (or 0xC44109) is known color: Rust. HEX triplet: C4, 41 and 09. RGB value is (196,65,9). Sum of RGB (Red+Green+Blue) = 196+65+9=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C44109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44109 is #3BBEF6. Grayscale: #626262. Windows color (decimal): -3915511 or 606660. OLE color: 606660.
HSL color Cylindrical-coordinate representation of color #C44109: hue angle of 17.97º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C44109 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 9 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.23 |
| HSL | 17.97º | 0.91% | 0.4% | - |
| HSV(B) | 17.97º | 0.95% | 0.77% | - |
| XYZ | 24.7 | 15.54 | 1.96 | - |
| YUV | 97.79 | 77.9 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 9 | 0 | 0.67 | 0.95 | 0.23 | 17.97 | 0.91 | 0.4 |
| Hex | C4 | 41 | 9 | 0 | 43 | 5F | 17 | 12 | 5B | 28 |
| Octal | 304 | 101 | 11 | 0 | 103 | 137 | 27 | 22 | 133 | 50 |
| Binary | 11000100 | 1000001 | 1001 | 0 | 1000011 | 1011111 | 10111 | 10010 | 1011011 | 101000 |
Color Harmonies of #C44109
Complementary color
Monochromatic Colors of #C44109
Black with #C44109
Text Example
Text Example
White with #C44109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44109; }
p { color: rgb(196,65,9); }
H1.HeaderClassName
{
color: #C44109;
}
.AnyTagClassName
{
color: #C44109;
}
</style>
background-color css
<style>
a { background-color: #C44109; }
a { background-color: rgb(196,65,9); }
div.DivClassName
{
background-color: #C44109;
}
.BgClassName
{
background-color: #C44109;
}
</style>
border-color css
<style>
span { border-color: #C44109; }
span { border-color: rgb(196,65,9); }
td.TdClassName
{
border-color: #C44109;
}
.TagClassName
{
border-color: #C44109;
}
</style>