Shades of Rust #CA4205
Tints of Rust #CA4205
RGB
CMYK
RGB Variations
Color information
#CA4205 (or 0xCA4205) is known color: Rust. HEX triplet: CA, 42 and 05. RGB value is (202,66,5). Sum of RGB (Red+Green+Blue) = 202+66+5=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4205 is #35BDFA. Grayscale: #646464. Windows color (decimal): -3522043 or 344778. OLE color: 344778.
HSL color Cylindrical-coordinate representation of color #CA4205: hue angle of 18.58º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA4205 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 5 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.21 |
| HSL | 18.58º | 0.95% | 0.41% | - |
| HSV(B) | 18.58º | 0.98% | 0.79% | - |
| XYZ | 26.33 | 16.46 | 1.93 | - |
| YUV | 99.71 | 74.56 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 5 | 0 | 0.67 | 0.98 | 0.21 | 18.58 | 0.95 | 0.41 |
| Hex | CA | 42 | 5 | 0 | 43 | 62 | 15 | 13 | 5F | 29 |
| Octal | 312 | 102 | 5 | 0 | 103 | 142 | 25 | 23 | 137 | 51 |
| Binary | 11001010 | 1000010 | 101 | 0 | 1000011 | 1100010 | 10101 | 10011 | 1011111 | 101001 |
Color Harmonies of #CA4205
Complementary color
Monochromatic Colors of #CA4205
Black with #CA4205
Text Example
Text Example
White with #CA4205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4205; }
p { color: rgb(202,66,5); }
H1.HeaderClassName
{
color: #CA4205;
}
.AnyTagClassName
{
color: #CA4205;
}
</style>
background-color css
<style>
a { background-color: #CA4205; }
a { background-color: rgb(202,66,5); }
div.DivClassName
{
background-color: #CA4205;
}
.BgClassName
{
background-color: #CA4205;
}
</style>
border-color css
<style>
span { border-color: #CA4205; }
span { border-color: rgb(202,66,5); }
td.TdClassName
{
border-color: #CA4205;
}
.TagClassName
{
border-color: #CA4205;
}
</style>