Shades of Rust #CA460E
Tints of Rust #CA460E
RGB
CMYK
RGB Variations
Color information
#CA460E (or 0xCA460E) is known color: Rust. HEX triplet: CA, 46 and 0E. RGB value is (202,70,14). Sum of RGB (Red+Green+Blue) = 202+70+14=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA460E is #35B9F1. Grayscale: #676767. Windows color (decimal): -3521010 or 935626. OLE color: 935626.
HSL color Cylindrical-coordinate representation of color #CA460E: hue angle of 17.87º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA460E is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 14 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.21 |
| HSL | 17.87º | 0.87% | 0.42% | - |
| HSV(B) | 17.87º | 0.93% | 0.79% | - |
| XYZ | 26.63 | 16.97 | 2.29 | - |
| YUV | 103.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 14 | 0 | 0.65 | 0.93 | 0.21 | 17.87 | 0.87 | 0.42 |
| Hex | CA | 46 | E | 0 | 41 | 5D | 15 | 12 | 57 | 2A |
| Octal | 312 | 106 | 16 | 0 | 101 | 135 | 25 | 22 | 127 | 52 |
| Binary | 11001010 | 1000110 | 1110 | 0 | 1000001 | 1011101 | 10101 | 10010 | 1010111 | 101010 |
Color Harmonies of #CA460E
Complementary color
Monochromatic Colors of #CA460E
Black with #CA460E
Text Example
Text Example
White with #CA460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA460E; }
p { color: rgb(202,70,14); }
H1.HeaderClassName
{
color: #CA460E;
}
.AnyTagClassName
{
color: #CA460E;
}
</style>
background-color css
<style>
a { background-color: #CA460E; }
a { background-color: rgb(202,70,14); }
div.DivClassName
{
background-color: #CA460E;
}
.BgClassName
{
background-color: #CA460E;
}
</style>
border-color css
<style>
span { border-color: #CA460E; }
span { border-color: rgb(202,70,14); }
td.TdClassName
{
border-color: #CA460E;
}
.TagClassName
{
border-color: #CA460E;
}
</style>