Shades of Rust #C04811
Tints of Rust #C04811
RGB
CMYK
RGB Variations
Color information
#C04811 (or 0xC04811) is known color: Rust. HEX triplet: C0, 48 and 11. RGB value is (192,72,17). Sum of RGB (Red+Green+Blue) = 192+72+17=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C04811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04811 is #3FB7EE. Grayscale: #656565. Windows color (decimal): -4175855 or 1132736. OLE color: 1132736.
HSL color Cylindrical-coordinate representation of color #C04811: hue angle of 18.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C04811 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 17 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.25 |
| HSL | 18.86º | 0.84% | 0.41% | - |
| HSV(B) | 18.86º | 0.91% | 0.75% | - |
| XYZ | 24.16 | 15.88 | 2.32 | - |
| YUV | 101.61 | 80.26 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 17 | 0 | 0.63 | 0.91 | 0.25 | 18.86 | 0.84 | 0.41 |
| Hex | C0 | 48 | 11 | 0 | 3F | 5B | 19 | 13 | 54 | 29 |
| Octal | 300 | 110 | 21 | 0 | 77 | 133 | 31 | 23 | 124 | 51 |
| Binary | 11000000 | 1001000 | 10001 | 0 | 111111 | 1011011 | 11001 | 10011 | 1010100 | 101001 |
Color Harmonies of #C04811
Complementary color
Monochromatic Colors of #C04811
Black with #C04811
Text Example
Text Example
White with #C04811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04811; }
p { color: rgb(192,72,17); }
H1.HeaderClassName
{
color: #C04811;
}
.AnyTagClassName
{
color: #C04811;
}
</style>
background-color css
<style>
a { background-color: #C04811; }
a { background-color: rgb(192,72,17); }
div.DivClassName
{
background-color: #C04811;
}
.BgClassName
{
background-color: #C04811;
}
</style>
border-color css
<style>
span { border-color: #C04811; }
span { border-color: rgb(192,72,17); }
td.TdClassName
{
border-color: #C04811;
}
.TagClassName
{
border-color: #C04811;
}
</style>