Shades of Rust #CA4815
Tints of Rust #CA4815
RGB
CMYK
RGB Variations
Color information
#CA4815 (or 0xCA4815) is known color: Rust. HEX triplet: CA, 48 and 15. RGB value is (202,72,21). Sum of RGB (Red+Green+Blue) = 202+72+21=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4815 is #35B7EA. Grayscale: #696969. Windows color (decimal): -3520491 or 1394890. OLE color: 1394890.
HSL color Cylindrical-coordinate representation of color #CA4815: hue angle of 16.91º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA4815 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 21 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.21 |
| HSL | 16.91º | 0.81% | 0.44% | - |
| HSV(B) | 16.91º | 0.9% | 0.79% | - |
| XYZ | 26.81 | 17.25 | 2.63 | - |
| YUV | 105.06 | 80.57 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 21 | 0 | 0.64 | 0.90 | 0.21 | 16.91 | 0.81 | 0.44 |
| Hex | CA | 48 | 15 | 0 | 40 | 5A | 15 | 11 | 51 | 2C |
| Octal | 312 | 110 | 25 | 0 | 100 | 132 | 25 | 21 | 121 | 54 |
| Binary | 11001010 | 1001000 | 10101 | 0 | 1000000 | 1011010 | 10101 | 10001 | 1010001 | 101100 |
Color Harmonies of #CA4815
Complementary color
Monochromatic Colors of #CA4815
Black with #CA4815
Text Example
Text Example
White with #CA4815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4815; }
p { color: rgb(202,72,21); }
H1.HeaderClassName
{
color: #CA4815;
}
.AnyTagClassName
{
color: #CA4815;
}
</style>
background-color css
<style>
a { background-color: #CA4815; }
a { background-color: rgb(202,72,21); }
div.DivClassName
{
background-color: #CA4815;
}
.BgClassName
{
background-color: #CA4815;
}
</style>
border-color css
<style>
span { border-color: #CA4815; }
span { border-color: rgb(202,72,21); }
td.TdClassName
{
border-color: #CA4815;
}
.TagClassName
{
border-color: #CA4815;
}
</style>