Shades of Rust #C44D19
Tints of Rust #C44D19
RGB
CMYK
RGB Variations
Color information
#C44D19 (or 0xC44D19) is known color: Rust. HEX triplet: C4, 4D and 19. RGB value is (196,77,25). Sum of RGB (Red+Green+Blue) = 196+77+25=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44D19 is #3BB2E6. Grayscale: #6A6A6A. Windows color (decimal): -3912423 or 1658308. OLE color: 1658308.
HSL color Cylindrical-coordinate representation of color #C44D19: hue angle of 18.25º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C44D19 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 25 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.23 |
| HSL | 18.25º | 0.77% | 0.43% | - |
| HSV(B) | 18.25º | 0.87% | 0.77% | - |
| XYZ | 25.59 | 17.11 | 2.87 | - |
| YUV | 106.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 25 | 0 | 0.61 | 0.87 | 0.23 | 18.25 | 0.77 | 0.43 |
| Hex | C4 | 4D | 19 | 0 | 3D | 57 | 17 | 12 | 4D | 2B |
| Octal | 304 | 115 | 31 | 0 | 75 | 127 | 27 | 22 | 115 | 53 |
| Binary | 11000100 | 1001101 | 11001 | 0 | 111101 | 1010111 | 10111 | 10010 | 1001101 | 101011 |
Color Harmonies of #C44D19
Complementary color
Monochromatic Colors of #C44D19
Black with #C44D19
Text Example
Text Example
White with #C44D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D19; }
p { color: rgb(196,77,25); }
H1.HeaderClassName
{
color: #C44D19;
}
.AnyTagClassName
{
color: #C44D19;
}
</style>
background-color css
<style>
a { background-color: #C44D19; }
a { background-color: rgb(196,77,25); }
div.DivClassName
{
background-color: #C44D19;
}
.BgClassName
{
background-color: #C44D19;
}
</style>
border-color css
<style>
span { border-color: #C44D19; }
span { border-color: rgb(196,77,25); }
td.TdClassName
{
border-color: #C44D19;
}
.TagClassName
{
border-color: #C44D19;
}
</style>