Shades of Rust #C3400D
Tints of Rust #C3400D
RGB
CMYK
RGB Variations
Color information
#C3400D (or 0xC3400D) is known color: Rust. HEX triplet: C3, 40 and 0D. RGB value is (195,64,13). Sum of RGB (Red+Green+Blue) = 195+64+13=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C3400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3400D is #3CBFF2. Grayscale: #616161. Windows color (decimal): -3981299 or 868547. OLE color: 868547.
HSL color Cylindrical-coordinate representation of color #C3400D: hue angle of 16.81º 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 #C3400D is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 13 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.24 |
| HSL | 16.81º | 0.88% | 0.41% | - |
| HSV(B) | 16.81º | 0.93% | 0.76% | - |
| XYZ | 24.41 | 15.3 | 2.05 | - |
| YUV | 97.36 | 80.4 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 13 | 0 | 0.67 | 0.93 | 0.24 | 16.81 | 0.88 | 0.41 |
| Hex | C3 | 40 | D | 0 | 43 | 5D | 18 | 11 | 58 | 29 |
| Octal | 303 | 100 | 15 | 0 | 103 | 135 | 30 | 21 | 130 | 51 |
| Binary | 11000011 | 1000000 | 1101 | 0 | 1000011 | 1011101 | 11000 | 10001 | 1011000 | 101001 |
Color Harmonies of #C3400D
Complementary color
Monochromatic Colors of #C3400D
Black with #C3400D
Text Example
Text Example
White with #C3400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3400D; }
p { color: rgb(195,64,13); }
H1.HeaderClassName
{
color: #C3400D;
}
.AnyTagClassName
{
color: #C3400D;
}
</style>
background-color css
<style>
a { background-color: #C3400D; }
a { background-color: rgb(195,64,13); }
div.DivClassName
{
background-color: #C3400D;
}
.BgClassName
{
background-color: #C3400D;
}
</style>
border-color css
<style>
span { border-color: #C3400D; }
span { border-color: rgb(195,64,13); }
td.TdClassName
{
border-color: #C3400D;
}
.TagClassName
{
border-color: #C3400D;
}
</style>