Shades of Rust #CA4611
Tints of Rust #CA4611
RGB
CMYK
RGB Variations
Color information
#CA4611 (or 0xCA4611) is known color: Rust. HEX triplet: CA, 46 and 11. RGB value is (202,70,17). Sum of RGB (Red+Green+Blue) = 202+70+17=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4611 is #35B9EE. Grayscale: #676767. Windows color (decimal): -3521007 or 1132234. OLE color: 1132234.
HSL color Cylindrical-coordinate representation of color #CA4611: hue angle of 17.19º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA4611 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 17 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.21 |
| HSL | 17.19º | 0.84% | 0.43% | - |
| HSV(B) | 17.19º | 0.92% | 0.79% | - |
| XYZ | 26.65 | 16.98 | 2.4 | - |
| YUV | 103.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 17 | 0 | 0.65 | 0.92 | 0.21 | 17.19 | 0.84 | 0.43 |
| Hex | CA | 46 | 11 | 0 | 41 | 5C | 15 | 11 | 54 | 2B |
| Octal | 312 | 106 | 21 | 0 | 101 | 134 | 25 | 21 | 124 | 53 |
| Binary | 11001010 | 1000110 | 10001 | 0 | 1000001 | 1011100 | 10101 | 10001 | 1010100 | 101011 |
Color Harmonies of #CA4611
Complementary color
Monochromatic Colors of #CA4611
Black with #CA4611
Text Example
Text Example
White with #CA4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4611; }
p { color: rgb(202,70,17); }
H1.HeaderClassName
{
color: #CA4611;
}
.AnyTagClassName
{
color: #CA4611;
}
</style>
background-color css
<style>
a { background-color: #CA4611; }
a { background-color: rgb(202,70,17); }
div.DivClassName
{
background-color: #CA4611;
}
.BgClassName
{
background-color: #CA4611;
}
</style>
border-color css
<style>
span { border-color: #CA4611; }
span { border-color: rgb(202,70,17); }
td.TdClassName
{
border-color: #CA4611;
}
.TagClassName
{
border-color: #CA4611;
}
</style>