Shades of Rust #C03800
Tints of Rust #C03800
RGB
CMYK
RGB Variations
Color information
#C03800 (or 0xC03800) is known color: Rust. HEX triplet: C0, 38 and 00. RGB value is (192,56,0). Sum of RGB (Red+Green+Blue) = 192+56+0=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C03800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03800 is #3FC7FF. Grayscale: #5A5A5A. Windows color (decimal): -4179968 or 14528. OLE color: 14528.
HSL color Cylindrical-coordinate representation of color #C03800: hue angle of 17.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 #C03800 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.25 |
| HSL | 17.5º | 1% | 0.38% | - |
| HSV(B) | 17.5º | 1% | 0.75% | - |
| XYZ | 23.15 | 14.03 | 1.49 | - |
| YUV | 90.28 | 77.06 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 0 | 0 | 0.71 | 1 | 0.25 | 17.5 | 1 | 0.38 |
| Hex | C0 | 38 | 0 | 0 | 47 | 64 | 19 | 12 | 64 | 26 |
| Octal | 300 | 70 | 0 | 0 | 107 | 144 | 31 | 22 | 144 | 46 |
| Binary | 11000000 | 111000 | 0 | 0 | 1000111 | 1100100 | 11001 | 10010 | 1100100 | 100110 |
Color Harmonies of #C03800
Complementary color
Monochromatic Colors of #C03800
Black with #C03800
Text Example
Text Example
White with #C03800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03800; }
p { color: rgb(192,56,0); }
H1.HeaderClassName
{
color: #C03800;
}
.AnyTagClassName
{
color: #C03800;
}
</style>
background-color css
<style>
a { background-color: #C03800; }
a { background-color: rgb(192,56,0); }
div.DivClassName
{
background-color: #C03800;
}
.BgClassName
{
background-color: #C03800;
}
</style>
border-color css
<style>
span { border-color: #C03800; }
span { border-color: rgb(192,56,0); }
td.TdClassName
{
border-color: #C03800;
}
.TagClassName
{
border-color: #C03800;
}
</style>