Shades of Rust #C3410D
Tints of Rust #C3410D
RGB
CMYK
RGB Variations
Color information
#C3410D (or 0xC3410D) is known color: Rust. HEX triplet: C3, 41 and 0D. RGB value is (195,65,13). Sum of RGB (Red+Green+Blue) = 195+65+13=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3410D is #3CBEF2. Grayscale: #626262. Windows color (decimal): -3981043 or 868803. OLE color: 868803.
HSL color Cylindrical-coordinate representation of color #C3410D: hue angle of 17.14º degrees, saturation: 0.88, 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 #C3410D is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 13 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.24 |
| HSL | 17.14º | 0.88% | 0.41% | - |
| HSV(B) | 17.14º | 0.93% | 0.76% | - |
| XYZ | 24.47 | 15.41 | 2.07 | - |
| YUV | 97.94 | 80.07 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 13 | 0 | 0.67 | 0.93 | 0.24 | 17.14 | 0.88 | 0.41 |
| Hex | C3 | 41 | D | 0 | 43 | 5D | 18 | 11 | 58 | 29 |
| Octal | 303 | 101 | 15 | 0 | 103 | 135 | 30 | 21 | 130 | 51 |
| Binary | 11000011 | 1000001 | 1101 | 0 | 1000011 | 1011101 | 11000 | 10001 | 1011000 | 101001 |
Color Harmonies of #C3410D
Complementary color
Monochromatic Colors of #C3410D
Black with #C3410D
Text Example
Text Example
White with #C3410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3410D; }
p { color: rgb(195,65,13); }
H1.HeaderClassName
{
color: #C3410D;
}
.AnyTagClassName
{
color: #C3410D;
}
</style>
background-color css
<style>
a { background-color: #C3410D; }
a { background-color: rgb(195,65,13); }
div.DivClassName
{
background-color: #C3410D;
}
.BgClassName
{
background-color: #C3410D;
}
</style>
border-color css
<style>
span { border-color: #C3410D; }
span { border-color: rgb(195,65,13); }
td.TdClassName
{
border-color: #C3410D;
}
.TagClassName
{
border-color: #C3410D;
}
</style>