Shades of Rust #C04119
Tints of Rust #C04119
RGB
CMYK
RGB Variations
Color information
#C04119 (or 0xC04119) is known color: Rust. HEX triplet: C0, 41 and 19. RGB value is (192,65,25). Sum of RGB (Red+Green+Blue) = 192+65+25=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C04119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04119 is #3FBEE6. Grayscale: #626262. Windows color (decimal): -4177639 or 1655232. OLE color: 1655232.
HSL color Cylindrical-coordinate representation of color #C04119: hue angle of 14.37º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C04119 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 25 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.25 |
| HSL | 14.37º | 0.77% | 0.43% | - |
| HSV(B) | 14.37º | 0.87% | 0.75% | - |
| XYZ | 23.8 | 15.06 | 2.57 | - |
| YUV | 98.41 | 86.58 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 25 | 0 | 0.66 | 0.87 | 0.25 | 14.37 | 0.77 | 0.43 |
| Hex | C0 | 41 | 19 | 0 | 42 | 57 | 19 | E | 4D | 2B |
| Octal | 300 | 101 | 31 | 0 | 102 | 127 | 31 | 16 | 115 | 53 |
| Binary | 11000000 | 1000001 | 11001 | 0 | 1000010 | 1010111 | 11001 | 1110 | 1001101 | 101011 |
Color Harmonies of #C04119
Complementary color
Monochromatic Colors of #C04119
Black with #C04119
Text Example
Text Example
White with #C04119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04119; }
p { color: rgb(192,65,25); }
H1.HeaderClassName
{
color: #C04119;
}
.AnyTagClassName
{
color: #C04119;
}
</style>
background-color css
<style>
a { background-color: #C04119; }
a { background-color: rgb(192,65,25); }
div.DivClassName
{
background-color: #C04119;
}
.BgClassName
{
background-color: #C04119;
}
</style>
border-color css
<style>
span { border-color: #C04119; }
span { border-color: rgb(192,65,25); }
td.TdClassName
{
border-color: #C04119;
}
.TagClassName
{
border-color: #C04119;
}
</style>