Shades of Rust #C2440D
Tints of Rust #C2440D
RGB
CMYK
RGB Variations
Color information
#C2440D (or 0xC2440D) is known color: Rust. HEX triplet: C2, 44 and 0D. RGB value is (194,68,13). Sum of RGB (Red+Green+Blue) = 194+68+13=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2440D is #3DBBF2. Grayscale: #636363. Windows color (decimal): -4045811 or 869570. OLE color: 869570.
HSL color Cylindrical-coordinate representation of color #C2440D: hue angle of 18.23º 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 #C2440D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 13 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.24 |
| HSL | 18.23º | 0.87% | 0.41% | - |
| HSV(B) | 18.23º | 0.93% | 0.76% | - |
| XYZ | 24.39 | 15.63 | 2.11 | - |
| YUV | 99.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 13 | 0 | 0.65 | 0.93 | 0.24 | 18.23 | 0.87 | 0.41 |
| Hex | C2 | 44 | D | 0 | 41 | 5D | 18 | 12 | 57 | 29 |
| Octal | 302 | 104 | 15 | 0 | 101 | 135 | 30 | 22 | 127 | 51 |
| Binary | 11000010 | 1000100 | 1101 | 0 | 1000001 | 1011101 | 11000 | 10010 | 1010111 | 101001 |
Color Harmonies of #C2440D
Complementary color
Monochromatic Colors of #C2440D
Black with #C2440D
Text Example
Text Example
White with #C2440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2440D; }
p { color: rgb(194,68,13); }
H1.HeaderClassName
{
color: #C2440D;
}
.AnyTagClassName
{
color: #C2440D;
}
</style>
background-color css
<style>
a { background-color: #C2440D; }
a { background-color: rgb(194,68,13); }
div.DivClassName
{
background-color: #C2440D;
}
.BgClassName
{
background-color: #C2440D;
}
</style>
border-color css
<style>
span { border-color: #C2440D; }
span { border-color: rgb(194,68,13); }
td.TdClassName
{
border-color: #C2440D;
}
.TagClassName
{
border-color: #C2440D;
}
</style>