Shades of Rust #C44105
Tints of Rust #C44105
RGB
CMYK
RGB Variations
Color information
#C44105 (or 0xC44105) is known color: Rust. HEX triplet: C4, 41 and 05. RGB value is (196,65,5). Sum of RGB (Red+Green+Blue) = 196+65+5=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C44105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44105 is #3BBEFA. Grayscale: #616161. Windows color (decimal): -3915515 or 344516. OLE color: 344516.
HSL color Cylindrical-coordinate representation of color #C44105: hue angle of 18.85º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C44105 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.23 |
| HSL | 18.85º | 0.95% | 0.39% | - |
| HSV(B) | 18.85º | 0.97% | 0.77% | - |
| XYZ | 24.68 | 15.53 | 1.84 | - |
| YUV | 97.33 | 75.9 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 5 | 0 | 0.67 | 0.97 | 0.23 | 18.85 | 0.95 | 0.39 |
| Hex | C4 | 41 | 5 | 0 | 43 | 61 | 17 | 13 | 5F | 27 |
| Octal | 304 | 101 | 5 | 0 | 103 | 141 | 27 | 23 | 137 | 47 |
| Binary | 11000100 | 1000001 | 101 | 0 | 1000011 | 1100001 | 10111 | 10011 | 1011111 | 100111 |
Color Harmonies of #C44105
Complementary color
Monochromatic Colors of #C44105
Black with #C44105
Text Example
Text Example
White with #C44105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44105; }
p { color: rgb(196,65,5); }
H1.HeaderClassName
{
color: #C44105;
}
.AnyTagClassName
{
color: #C44105;
}
</style>
background-color css
<style>
a { background-color: #C44105; }
a { background-color: rgb(196,65,5); }
div.DivClassName
{
background-color: #C44105;
}
.BgClassName
{
background-color: #C44105;
}
</style>
border-color css
<style>
span { border-color: #C44105; }
span { border-color: rgb(196,65,5); }
td.TdClassName
{
border-color: #C44105;
}
.TagClassName
{
border-color: #C44105;
}
</style>