Shades of Rust #C44A19
Tints of Rust #C44A19
RGB
CMYK
RGB Variations
Color information
#C44A19 (or 0xC44A19) is known color: Rust. HEX triplet: C4, 4A and 19. RGB value is (196,74,25). Sum of RGB (Red+Green+Blue) = 196+74+25=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44A19 is #3BB5E6. Grayscale: #696969. Windows color (decimal): -3913191 or 1657540. OLE color: 1657540.
HSL color Cylindrical-coordinate representation of color #C44A19: hue angle of 17.19º 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 #C44A19 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 25 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.23 |
| HSL | 17.19º | 0.77% | 0.43% | - |
| HSV(B) | 17.19º | 0.87% | 0.77% | - |
| XYZ | 25.39 | 16.7 | 2.81 | - |
| YUV | 104.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 25 | 0 | 0.62 | 0.87 | 0.23 | 17.19 | 0.77 | 0.43 |
| Hex | C4 | 4A | 19 | 0 | 3E | 57 | 17 | 11 | 4D | 2B |
| Octal | 304 | 112 | 31 | 0 | 76 | 127 | 27 | 21 | 115 | 53 |
| Binary | 11000100 | 1001010 | 11001 | 0 | 111110 | 1010111 | 10111 | 10001 | 1001101 | 101011 |
Color Harmonies of #C44A19
Complementary color
Monochromatic Colors of #C44A19
Black with #C44A19
Text Example
Text Example
White with #C44A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A19; }
p { color: rgb(196,74,25); }
H1.HeaderClassName
{
color: #C44A19;
}
.AnyTagClassName
{
color: #C44A19;
}
</style>
background-color css
<style>
a { background-color: #C44A19; }
a { background-color: rgb(196,74,25); }
div.DivClassName
{
background-color: #C44A19;
}
.BgClassName
{
background-color: #C44A19;
}
</style>
border-color css
<style>
span { border-color: #C44A19; }
span { border-color: rgb(196,74,25); }
td.TdClassName
{
border-color: #C44A19;
}
.TagClassName
{
border-color: #C44A19;
}
</style>