Shades of Rust #CA460C
Tints of Rust #CA460C
RGB
CMYK
RGB Variations
Color information
#CA460C (or 0xCA460C) is known color: Rust. HEX triplet: CA, 46 and 0C. RGB value is (202,70,12). Sum of RGB (Red+Green+Blue) = 202+70+12=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA460C is #35B9F3. Grayscale: #676767. Windows color (decimal): -3521012 or 804554. OLE color: 804554.
HSL color Cylindrical-coordinate representation of color #CA460C: hue angle of 18.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA460C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 12 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.21 |
| HSL | 18.32º | 0.89% | 0.42% | - |
| HSV(B) | 18.32º | 0.94% | 0.79% | - |
| XYZ | 26.61 | 16.96 | 2.22 | - |
| YUV | 102.86 | 76.73 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 12 | 0 | 0.65 | 0.94 | 0.21 | 18.32 | 0.89 | 0.42 |
| Hex | CA | 46 | C | 0 | 41 | 5E | 15 | 12 | 59 | 2A |
| Octal | 312 | 106 | 14 | 0 | 101 | 136 | 25 | 22 | 131 | 52 |
| Binary | 11001010 | 1000110 | 1100 | 0 | 1000001 | 1011110 | 10101 | 10010 | 1011001 | 101010 |
Color Harmonies of #CA460C
Complementary color
Monochromatic Colors of #CA460C
Black with #CA460C
Text Example
Text Example
White with #CA460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA460C; }
p { color: rgb(202,70,12); }
H1.HeaderClassName
{
color: #CA460C;
}
.AnyTagClassName
{
color: #CA460C;
}
</style>
background-color css
<style>
a { background-color: #CA460C; }
a { background-color: rgb(202,70,12); }
div.DivClassName
{
background-color: #CA460C;
}
.BgClassName
{
background-color: #CA460C;
}
</style>
border-color css
<style>
span { border-color: #CA460C; }
span { border-color: rgb(202,70,12); }
td.TdClassName
{
border-color: #CA460C;
}
.TagClassName
{
border-color: #CA460C;
}
</style>