Shades of Rust #CA4610
Tints of Rust #CA4610
RGB
CMYK
RGB Variations
Color information
#CA4610 (or 0xCA4610) is known color: Rust. HEX triplet: CA, 46 and 10. RGB value is (202,70,16). Sum of RGB (Red+Green+Blue) = 202+70+16=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4610 is #35B9EF. Grayscale: #676767. Windows color (decimal): -3521008 or 1066698. OLE color: 1066698.
HSL color Cylindrical-coordinate representation of color #CA4610: hue angle of 17.42º degrees, saturation: 0.85, 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 #CA4610 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 16 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.21 |
| HSL | 17.42º | 0.85% | 0.43% | - |
| HSV(B) | 17.42º | 0.92% | 0.79% | - |
| XYZ | 26.64 | 16.97 | 2.36 | - |
| YUV | 103.31 | 78.73 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 16 | 0 | 0.65 | 0.92 | 0.21 | 17.42 | 0.85 | 0.43 |
| Hex | CA | 46 | 10 | 0 | 41 | 5C | 15 | 11 | 55 | 2B |
| Octal | 312 | 106 | 20 | 0 | 101 | 134 | 25 | 21 | 125 | 53 |
| Binary | 11001010 | 1000110 | 10000 | 0 | 1000001 | 1011100 | 10101 | 10001 | 1010101 | 101011 |
Color Harmonies of #CA4610
Complementary color
Monochromatic Colors of #CA4610
Black with #CA4610
Text Example
Text Example
White with #CA4610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4610; }
p { color: rgb(202,70,16); }
H1.HeaderClassName
{
color: #CA4610;
}
.AnyTagClassName
{
color: #CA4610;
}
</style>
background-color css
<style>
a { background-color: #CA4610; }
a { background-color: rgb(202,70,16); }
div.DivClassName
{
background-color: #CA4610;
}
.BgClassName
{
background-color: #CA4610;
}
</style>
border-color css
<style>
span { border-color: #CA4610; }
span { border-color: rgb(202,70,16); }
td.TdClassName
{
border-color: #CA4610;
}
.TagClassName
{
border-color: #CA4610;
}
</style>