Shades of Rust #C3490C
Tints of Rust #C3490C
RGB
CMYK
RGB Variations
Color information
#C3490C (or 0xC3490C) is known color: Rust. HEX triplet: C3, 49 and 0C. RGB value is (195,73,12). Sum of RGB (Red+Green+Blue) = 195+73+12=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C3490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3490C is #3CB6F3. Grayscale: #666666. Windows color (decimal): -3978996 or 805315. OLE color: 805315.
HSL color Cylindrical-coordinate representation of color #C3490C: hue angle of 20º 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 #C3490C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.24 |
| HSL | 20º | 0.88% | 0.41% | - |
| HSV(B) | 20º | 0.94% | 0.76% | - |
| XYZ | 24.95 | 16.39 | 2.2 | - |
| YUV | 102.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 12 | 0 | 0.63 | 0.94 | 0.24 | 20 | 0.88 | 0.41 |
| Hex | C3 | 49 | C | 0 | 3F | 5E | 18 | 14 | 58 | 29 |
| Octal | 303 | 111 | 14 | 0 | 77 | 136 | 30 | 24 | 130 | 51 |
| Binary | 11000011 | 1001001 | 1100 | 0 | 111111 | 1011110 | 11000 | 10100 | 1011000 | 101001 |
Color Harmonies of #C3490C
Complementary color
Monochromatic Colors of #C3490C
Black with #C3490C
Text Example
Text Example
White with #C3490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3490C; }
p { color: rgb(195,73,12); }
H1.HeaderClassName
{
color: #C3490C;
}
.AnyTagClassName
{
color: #C3490C;
}
</style>
background-color css
<style>
a { background-color: #C3490C; }
a { background-color: rgb(195,73,12); }
div.DivClassName
{
background-color: #C3490C;
}
.BgClassName
{
background-color: #C3490C;
}
</style>
border-color css
<style>
span { border-color: #C3490C; }
span { border-color: rgb(195,73,12); }
td.TdClassName
{
border-color: #C3490C;
}
.TagClassName
{
border-color: #C3490C;
}
</style>