Shades of Rust #C04800
Tints of Rust #C04800
RGB
CMYK
RGB Variations
Color information
#C04800 (or 0xC04800) is known color: Rust. HEX triplet: C0, 48 and 00. RGB value is (192,72,0). Sum of RGB (Red+Green+Blue) = 192+72+0=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C04800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04800 is #3FB7FF. Grayscale: #646464. Windows color (decimal): -4175872 or 18624. OLE color: 18624.
HSL color Cylindrical-coordinate representation of color #C04800: hue angle of 22.5º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C04800 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.25 |
| HSL | 22.5º | 1% | 0.38% | - |
| HSV(B) | 22.5º | 1% | 0.75% | - |
| XYZ | 24.06 | 15.84 | 1.79 | - |
| YUV | 99.67 | 71.76 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 0 | 0 | 0.63 | 1 | 0.25 | 22.5 | 1 | 0.38 |
| Hex | C0 | 48 | 0 | 0 | 3F | 64 | 19 | 16 | 64 | 26 |
| Octal | 300 | 110 | 0 | 0 | 77 | 144 | 31 | 26 | 144 | 46 |
| Binary | 11000000 | 1001000 | 0 | 0 | 111111 | 1100100 | 11001 | 10110 | 1100100 | 100110 |
Color Harmonies of #C04800
Complementary color
Monochromatic Colors of #C04800
Black with #C04800
Text Example
Text Example
White with #C04800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04800; }
p { color: rgb(192,72,0); }
H1.HeaderClassName
{
color: #C04800;
}
.AnyTagClassName
{
color: #C04800;
}
</style>
background-color css
<style>
a { background-color: #C04800; }
a { background-color: rgb(192,72,0); }
div.DivClassName
{
background-color: #C04800;
}
.BgClassName
{
background-color: #C04800;
}
</style>
border-color css
<style>
span { border-color: #C04800; }
span { border-color: rgb(192,72,0); }
td.TdClassName
{
border-color: #C04800;
}
.TagClassName
{
border-color: #C04800;
}
</style>