Shades of Rust #C0481F
Tints of Rust #C0481F
RGB
CMYK
RGB Variations
Color information
#C0481F (or 0xC0481F) is known color: Rust. HEX triplet: C0, 48 and 1F. RGB value is (192,72,31). Sum of RGB (Red+Green+Blue) = 192+72+31=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C0481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0481F is #3FB7E0. Grayscale: #676767. Windows color (decimal): -4175841 or 2050240. OLE color: 2050240.
HSL color Cylindrical-coordinate representation of color #C0481F: hue angle of 15.28º degrees, saturation: 0.72, 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 #C0481F is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 31 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.25 |
| HSL | 15.28º | 0.72% | 0.44% | - |
| HSV(B) | 15.28º | 0.84% | 0.75% | - |
| XYZ | 24.3 | 15.94 | 3.09 | - |
| YUV | 103.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 31 | 0 | 0.63 | 0.84 | 0.25 | 15.28 | 0.72 | 0.44 |
| Hex | C0 | 48 | 1F | 0 | 3F | 54 | 19 | F | 48 | 2C |
| Octal | 300 | 110 | 37 | 0 | 77 | 124 | 31 | 17 | 110 | 54 |
| Binary | 11000000 | 1001000 | 11111 | 0 | 111111 | 1010100 | 11001 | 1111 | 1001000 | 101100 |
Color Harmonies of #C0481F
Complementary color
Monochromatic Colors of #C0481F
Black with #C0481F
Text Example
Text Example
White with #C0481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0481F; }
p { color: rgb(192,72,31); }
H1.HeaderClassName
{
color: #C0481F;
}
.AnyTagClassName
{
color: #C0481F;
}
</style>
background-color css
<style>
a { background-color: #C0481F; }
a { background-color: rgb(192,72,31); }
div.DivClassName
{
background-color: #C0481F;
}
.BgClassName
{
background-color: #C0481F;
}
</style>
border-color css
<style>
span { border-color: #C0481F; }
span { border-color: rgb(192,72,31); }
td.TdClassName
{
border-color: #C0481F;
}
.TagClassName
{
border-color: #C0481F;
}
</style>