Shades of Rust #C0481E
Tints of Rust #C0481E
RGB
CMYK
RGB Variations
Color information
#C0481E (or 0xC0481E) is known color: Rust. HEX triplet: C0, 48 and 1E. RGB value is (192,72,30). Sum of RGB (Red+Green+Blue) = 192+72+30=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0481E is #3FB7E1. Grayscale: #676767. Windows color (decimal): -4175842 or 1984704. OLE color: 1984704.
HSL color Cylindrical-coordinate representation of color #C0481E: hue angle of 15.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0481E is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 30 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.25 |
| HSL | 15.56º | 0.73% | 0.44% | - |
| HSV(B) | 15.56º | 0.84% | 0.75% | - |
| XYZ | 24.29 | 15.93 | 3.02 | - |
| YUV | 103.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 30 | 0 | 0.63 | 0.84 | 0.25 | 15.56 | 0.73 | 0.44 |
| Hex | C0 | 48 | 1E | 0 | 3F | 54 | 19 | 10 | 49 | 2C |
| Octal | 300 | 110 | 36 | 0 | 77 | 124 | 31 | 20 | 111 | 54 |
| Binary | 11000000 | 1001000 | 11110 | 0 | 111111 | 1010100 | 11001 | 10000 | 1001001 | 101100 |
Color Harmonies of #C0481E
Complementary color
Monochromatic Colors of #C0481E
Black with #C0481E
Text Example
Text Example
White with #C0481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0481E; }
p { color: rgb(192,72,30); }
H1.HeaderClassName
{
color: #C0481E;
}
.AnyTagClassName
{
color: #C0481E;
}
</style>
background-color css
<style>
a { background-color: #C0481E; }
a { background-color: rgb(192,72,30); }
div.DivClassName
{
background-color: #C0481E;
}
.BgClassName
{
background-color: #C0481E;
}
</style>
border-color css
<style>
span { border-color: #C0481E; }
span { border-color: rgb(192,72,30); }
td.TdClassName
{
border-color: #C0481E;
}
.TagClassName
{
border-color: #C0481E;
}
</style>