Shades of Rust #C0471F
Tints of Rust #C0471F
RGB
CMYK
RGB Variations
Color information
#C0471F (or 0xC0471F) is known color: Rust. HEX triplet: C0, 47 and 1F. RGB value is (192,71,31). Sum of RGB (Red+Green+Blue) = 192+71+31=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0471F is #3FB8E0. Grayscale: #666666. Windows color (decimal): -4176097 or 2049984. OLE color: 2049984.
HSL color Cylindrical-coordinate representation of color #C0471F: hue angle of 14.91º 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 #C0471F is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 31 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.25 |
| HSL | 14.91º | 0.72% | 0.44% | - |
| HSV(B) | 14.91º | 0.84% | 0.75% | - |
| XYZ | 24.24 | 15.81 | 3.07 | - |
| YUV | 102.62 | 87.59 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 31 | 0 | 0.63 | 0.84 | 0.25 | 14.91 | 0.72 | 0.44 |
| Hex | C0 | 47 | 1F | 0 | 3F | 54 | 19 | F | 48 | 2C |
| Octal | 300 | 107 | 37 | 0 | 77 | 124 | 31 | 17 | 110 | 54 |
| Binary | 11000000 | 1000111 | 11111 | 0 | 111111 | 1010100 | 11001 | 1111 | 1001000 | 101100 |
Color Harmonies of #C0471F
Complementary color
Monochromatic Colors of #C0471F
Black with #C0471F
Text Example
Text Example
White with #C0471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0471F; }
p { color: rgb(192,71,31); }
H1.HeaderClassName
{
color: #C0471F;
}
.AnyTagClassName
{
color: #C0471F;
}
</style>
background-color css
<style>
a { background-color: #C0471F; }
a { background-color: rgb(192,71,31); }
div.DivClassName
{
background-color: #C0471F;
}
.BgClassName
{
background-color: #C0471F;
}
</style>
border-color css
<style>
span { border-color: #C0471F; }
span { border-color: rgb(192,71,31); }
td.TdClassName
{
border-color: #C0471F;
}
.TagClassName
{
border-color: #C0471F;
}
</style>