Shades of Rust #CA4A14
Tints of Rust #CA4A14
RGB
CMYK
RGB Variations
Color information
#CA4A14 (or 0xCA4A14) is known color: Rust. HEX triplet: CA, 4A and 14. RGB value is (202,74,20). Sum of RGB (Red+Green+Blue) = 202+74+20=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4A14 is #35B5EB. Grayscale: #6A6A6A. Windows color (decimal): -3519980 or 1329866. OLE color: 1329866.
HSL color Cylindrical-coordinate representation of color #CA4A14: hue angle of 17.8º degrees, saturation: 0.82, 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 #CA4A14 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 20 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.21 |
| HSL | 17.8º | 0.82% | 0.44% | - |
| HSV(B) | 17.8º | 0.9% | 0.79% | - |
| XYZ | 26.93 | 17.5 | 2.62 | - |
| YUV | 106.12 | 79.41 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 20 | 0 | 0.63 | 0.90 | 0.21 | 17.8 | 0.82 | 0.44 |
| Hex | CA | 4A | 14 | 0 | 3F | 5A | 15 | 12 | 52 | 2C |
| Octal | 312 | 112 | 24 | 0 | 77 | 132 | 25 | 22 | 122 | 54 |
| Binary | 11001010 | 1001010 | 10100 | 0 | 111111 | 1011010 | 10101 | 10010 | 1010010 | 101100 |
Color Harmonies of #CA4A14
Complementary color
Monochromatic Colors of #CA4A14
Black with #CA4A14
Text Example
Text Example
White with #CA4A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A14; }
p { color: rgb(202,74,20); }
H1.HeaderClassName
{
color: #CA4A14;
}
.AnyTagClassName
{
color: #CA4A14;
}
</style>
background-color css
<style>
a { background-color: #CA4A14; }
a { background-color: rgb(202,74,20); }
div.DivClassName
{
background-color: #CA4A14;
}
.BgClassName
{
background-color: #CA4A14;
}
</style>
border-color css
<style>
span { border-color: #CA4A14; }
span { border-color: rgb(202,74,20); }
td.TdClassName
{
border-color: #CA4A14;
}
.TagClassName
{
border-color: #CA4A14;
}
</style>