Shades of Rust #CA490D
Tints of Rust #CA490D
RGB
CMYK
RGB Variations
Color information
#CA490D (or 0xCA490D) is known color: Rust. HEX triplet: CA, 49 and 0D. RGB value is (202,73,13). Sum of RGB (Red+Green+Blue) = 202+73+13=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA490D is #35B6F2. Grayscale: #696969. Windows color (decimal): -3520243 or 870858. OLE color: 870858.
HSL color Cylindrical-coordinate representation of color #CA490D: hue angle of 19.05º degrees, saturation: 0.88, 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 #CA490D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.21 |
| HSL | 19.05º | 0.88% | 0.42% | - |
| HSV(B) | 19.05º | 0.94% | 0.79% | - |
| XYZ | 26.81 | 17.35 | 2.32 | - |
| YUV | 104.73 | 76.24 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 13 | 0 | 0.64 | 0.94 | 0.21 | 19.05 | 0.88 | 0.42 |
| Hex | CA | 49 | D | 0 | 40 | 5E | 15 | 13 | 58 | 2A |
| Octal | 312 | 111 | 15 | 0 | 100 | 136 | 25 | 23 | 130 | 52 |
| Binary | 11001010 | 1001001 | 1101 | 0 | 1000000 | 1011110 | 10101 | 10011 | 1011000 | 101010 |
Color Harmonies of #CA490D
Complementary color
Monochromatic Colors of #CA490D
Black with #CA490D
Text Example
Text Example
White with #CA490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA490D; }
p { color: rgb(202,73,13); }
H1.HeaderClassName
{
color: #CA490D;
}
.AnyTagClassName
{
color: #CA490D;
}
</style>
background-color css
<style>
a { background-color: #CA490D; }
a { background-color: rgb(202,73,13); }
div.DivClassName
{
background-color: #CA490D;
}
.BgClassName
{
background-color: #CA490D;
}
</style>
border-color css
<style>
span { border-color: #CA490D; }
span { border-color: rgb(202,73,13); }
td.TdClassName
{
border-color: #CA490D;
}
.TagClassName
{
border-color: #CA490D;
}
</style>