Shades of Rust #C3460C
Tints of Rust #C3460C
RGB
CMYK
RGB Variations
Color information
#C3460C (or 0xC3460C) is known color: Rust. HEX triplet: C3, 46 and 0C. RGB value is (195,70,12). Sum of RGB (Red+Green+Blue) = 195+70+12=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3460C is #3CB9F3. Grayscale: #656565. Windows color (decimal): -3979764 or 804547. OLE color: 804547.
HSL color Cylindrical-coordinate representation of color #C3460C: hue angle of 19.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3460C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.24 |
| HSL | 19.02º | 0.88% | 0.41% | - |
| HSV(B) | 19.02º | 0.94% | 0.76% | - |
| XYZ | 24.76 | 16.01 | 2.13 | - |
| YUV | 100.76 | 77.91 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 12 | 0 | 0.64 | 0.94 | 0.24 | 19.02 | 0.88 | 0.41 |
| Hex | C3 | 46 | C | 0 | 40 | 5E | 18 | 13 | 58 | 29 |
| Octal | 303 | 106 | 14 | 0 | 100 | 136 | 30 | 23 | 130 | 51 |
| Binary | 11000011 | 1000110 | 1100 | 0 | 1000000 | 1011110 | 11000 | 10011 | 1011000 | 101001 |
Color Harmonies of #C3460C
Complementary color
Monochromatic Colors of #C3460C
Black with #C3460C
Text Example
Text Example
White with #C3460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3460C; }
p { color: rgb(195,70,12); }
H1.HeaderClassName
{
color: #C3460C;
}
.AnyTagClassName
{
color: #C3460C;
}
</style>
background-color css
<style>
a { background-color: #C3460C; }
a { background-color: rgb(195,70,12); }
div.DivClassName
{
background-color: #C3460C;
}
.BgClassName
{
background-color: #C3460C;
}
</style>
border-color css
<style>
span { border-color: #C3460C; }
span { border-color: rgb(195,70,12); }
td.TdClassName
{
border-color: #C3460C;
}
.TagClassName
{
border-color: #C3460C;
}
</style>