Shades of Rust #C3470C
Tints of Rust #C3470C
RGB
CMYK
RGB Variations
Color information
#C3470C (or 0xC3470C) is known color: Rust. HEX triplet: C3, 47 and 0C. RGB value is (195,71,12). Sum of RGB (Red+Green+Blue) = 195+71+12=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C3470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3470C is #3CB8F3. Grayscale: #656565. Windows color (decimal): -3979508 or 804803. OLE color: 804803.
HSL color Cylindrical-coordinate representation of color #C3470C: hue angle of 19.34º 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 #C3470C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.24 |
| HSL | 19.34º | 0.88% | 0.41% | - |
| HSV(B) | 19.34º | 0.94% | 0.76% | - |
| XYZ | 24.83 | 16.14 | 2.15 | - |
| YUV | 101.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 12 | 0 | 0.64 | 0.94 | 0.24 | 19.34 | 0.88 | 0.41 |
| Hex | C3 | 47 | C | 0 | 40 | 5E | 18 | 13 | 58 | 29 |
| Octal | 303 | 107 | 14 | 0 | 100 | 136 | 30 | 23 | 130 | 51 |
| Binary | 11000011 | 1000111 | 1100 | 0 | 1000000 | 1011110 | 11000 | 10011 | 1011000 | 101001 |
Color Harmonies of #C3470C
Complementary color
Monochromatic Colors of #C3470C
Black with #C3470C
Text Example
Text Example
White with #C3470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3470C; }
p { color: rgb(195,71,12); }
H1.HeaderClassName
{
color: #C3470C;
}
.AnyTagClassName
{
color: #C3470C;
}
</style>
background-color css
<style>
a { background-color: #C3470C; }
a { background-color: rgb(195,71,12); }
div.DivClassName
{
background-color: #C3470C;
}
.BgClassName
{
background-color: #C3470C;
}
</style>
border-color css
<style>
span { border-color: #C3470C; }
span { border-color: rgb(195,71,12); }
td.TdClassName
{
border-color: #C3470C;
}
.TagClassName
{
border-color: #C3470C;
}
</style>