Shades of Rust #C3410E
Tints of Rust #C3410E
RGB
CMYK
RGB Variations
Color information
#C3410E (or 0xC3410E) is known color: Rust. HEX triplet: C3, 41 and 0E. RGB value is (195,65,14). Sum of RGB (Red+Green+Blue) = 195+65+14=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C3410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3410E is #3CBEF1. Grayscale: #626262. Windows color (decimal): -3981042 or 934339. OLE color: 934339.
HSL color Cylindrical-coordinate representation of color #C3410E: hue angle of 16.91º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3410E is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 14 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.24 |
| HSL | 16.91º | 0.87% | 0.41% | - |
| HSV(B) | 16.91º | 0.93% | 0.76% | - |
| XYZ | 24.48 | 15.41 | 2.1 | - |
| YUV | 98.06 | 80.57 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 14 | 0 | 0.67 | 0.93 | 0.24 | 16.91 | 0.87 | 0.41 |
| Hex | C3 | 41 | E | 0 | 43 | 5D | 18 | 11 | 57 | 29 |
| Octal | 303 | 101 | 16 | 0 | 103 | 135 | 30 | 21 | 127 | 51 |
| Binary | 11000011 | 1000001 | 1110 | 0 | 1000011 | 1011101 | 11000 | 10001 | 1010111 | 101001 |
Color Harmonies of #C3410E
Complementary color
Monochromatic Colors of #C3410E
Black with #C3410E
Text Example
Text Example
White with #C3410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3410E; }
p { color: rgb(195,65,14); }
H1.HeaderClassName
{
color: #C3410E;
}
.AnyTagClassName
{
color: #C3410E;
}
</style>
background-color css
<style>
a { background-color: #C3410E; }
a { background-color: rgb(195,65,14); }
div.DivClassName
{
background-color: #C3410E;
}
.BgClassName
{
background-color: #C3410E;
}
</style>
border-color css
<style>
span { border-color: #C3410E; }
span { border-color: rgb(195,65,14); }
td.TdClassName
{
border-color: #C3410E;
}
.TagClassName
{
border-color: #C3410E;
}
</style>