Shades of Rust #CA4A16
Tints of Rust #CA4A16
RGB
CMYK
RGB Variations
Color information
#CA4A16 (or 0xCA4A16) is known color: Rust. HEX triplet: CA, 4A and 16. RGB value is (202,74,22). Sum of RGB (Red+Green+Blue) = 202+74+22=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4A16 is #35B5E9. Grayscale: #6A6A6A. Windows color (decimal): -3519978 or 1460938. OLE color: 1460938.
HSL color Cylindrical-coordinate representation of color #CA4A16: hue angle of 17.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA4A16 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 22 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.21 |
| HSL | 17.33º | 0.8% | 0.44% | - |
| HSV(B) | 17.33º | 0.89% | 0.79% | - |
| XYZ | 26.95 | 17.51 | 2.72 | - |
| YUV | 106.34 | 80.41 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 22 | 0 | 0.63 | 0.89 | 0.21 | 17.33 | 0.8 | 0.44 |
| Hex | CA | 4A | 16 | 0 | 3F | 59 | 15 | 11 | 50 | 2C |
| Octal | 312 | 112 | 26 | 0 | 77 | 131 | 25 | 21 | 120 | 54 |
| Binary | 11001010 | 1001010 | 10110 | 0 | 111111 | 1011001 | 10101 | 10001 | 1010000 | 101100 |
Color Harmonies of #CA4A16
Complementary color
Monochromatic Colors of #CA4A16
Black with #CA4A16
Text Example
Text Example
White with #CA4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A16; }
p { color: rgb(202,74,22); }
H1.HeaderClassName
{
color: #CA4A16;
}
.AnyTagClassName
{
color: #CA4A16;
}
</style>
background-color css
<style>
a { background-color: #CA4A16; }
a { background-color: rgb(202,74,22); }
div.DivClassName
{
background-color: #CA4A16;
}
.BgClassName
{
background-color: #CA4A16;
}
</style>
border-color css
<style>
span { border-color: #CA4A16; }
span { border-color: rgb(202,74,22); }
td.TdClassName
{
border-color: #CA4A16;
}
.TagClassName
{
border-color: #CA4A16;
}
</style>