Shades of Rust #CA460A
Tints of Rust #CA460A
RGB
CMYK
RGB Variations
Color information
#CA460A (or 0xCA460A) is known color: Rust. HEX triplet: CA, 46 and 0A. RGB value is (202,70,10). Sum of RGB (Red+Green+Blue) = 202+70+10=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA460A is #35B9F5. Grayscale: #666666. Windows color (decimal): -3521014 or 673482. OLE color: 673482.
HSL color Cylindrical-coordinate representation of color #CA460A: hue angle of 18.75º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA460A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 10 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.21 |
| HSL | 18.75º | 0.91% | 0.42% | - |
| HSV(B) | 18.75º | 0.95% | 0.79% | - |
| XYZ | 26.6 | 16.96 | 2.16 | - |
| YUV | 102.63 | 75.73 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 10 | 0 | 0.65 | 0.95 | 0.21 | 18.75 | 0.91 | 0.42 |
| Hex | CA | 46 | A | 0 | 41 | 5F | 15 | 13 | 5B | 2A |
| Octal | 312 | 106 | 12 | 0 | 101 | 137 | 25 | 23 | 133 | 52 |
| Binary | 11001010 | 1000110 | 1010 | 0 | 1000001 | 1011111 | 10101 | 10011 | 1011011 | 101010 |
Color Harmonies of #CA460A
Complementary color
Monochromatic Colors of #CA460A
Black with #CA460A
Text Example
Text Example
White with #CA460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA460A; }
p { color: rgb(202,70,10); }
H1.HeaderClassName
{
color: #CA460A;
}
.AnyTagClassName
{
color: #CA460A;
}
</style>
background-color css
<style>
a { background-color: #CA460A; }
a { background-color: rgb(202,70,10); }
div.DivClassName
{
background-color: #CA460A;
}
.BgClassName
{
background-color: #CA460A;
}
</style>
border-color css
<style>
span { border-color: #CA460A; }
span { border-color: rgb(202,70,10); }
td.TdClassName
{
border-color: #CA460A;
}
.TagClassName
{
border-color: #CA460A;
}
</style>