Shades of Rust #C3460A
Tints of Rust #C3460A
RGB
CMYK
RGB Variations
Color information
#C3460A (or 0xC3460A) is known color: Rust. HEX triplet: C3, 46 and 0A. RGB value is (195,70,10). Sum of RGB (Red+Green+Blue) = 195+70+10=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3460A is #3CB9F5. Grayscale: #646464. Windows color (decimal): -3979766 or 673475. OLE color: 673475.
HSL color Cylindrical-coordinate representation of color #C3460A: hue angle of 19.46º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3460A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.24 |
| HSL | 19.46º | 0.9% | 0.4% | - |
| HSV(B) | 19.46º | 0.95% | 0.76% | - |
| XYZ | 24.75 | 16 | 2.07 | - |
| YUV | 100.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 10 | 0 | 0.64 | 0.95 | 0.24 | 19.46 | 0.9 | 0.4 |
| Hex | C3 | 46 | A | 0 | 40 | 5F | 18 | 13 | 5A | 28 |
| Octal | 303 | 106 | 12 | 0 | 100 | 137 | 30 | 23 | 132 | 50 |
| Binary | 11000011 | 1000110 | 1010 | 0 | 1000000 | 1011111 | 11000 | 10011 | 1011010 | 101000 |
Color Harmonies of #C3460A
Complementary color
Monochromatic Colors of #C3460A
Black with #C3460A
Text Example
Text Example
White with #C3460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3460A; }
p { color: rgb(195,70,10); }
H1.HeaderClassName
{
color: #C3460A;
}
.AnyTagClassName
{
color: #C3460A;
}
</style>
background-color css
<style>
a { background-color: #C3460A; }
a { background-color: rgb(195,70,10); }
div.DivClassName
{
background-color: #C3460A;
}
.BgClassName
{
background-color: #C3460A;
}
</style>
border-color css
<style>
span { border-color: #C3460A; }
span { border-color: rgb(195,70,10); }
td.TdClassName
{
border-color: #C3460A;
}
.TagClassName
{
border-color: #C3460A;
}
</style>