Shades of Rust #CA4000
Tints of Rust #CA4000
RGB
CMYK
RGB Variations
Color information
#CA4000 (or 0xCA4000) is known color: Rust. HEX triplet: CA, 40 and 00. RGB value is (202,64,0). Sum of RGB (Red+Green+Blue) = 202+64+0=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4000 is #35BFFF. Grayscale: #626262. Windows color (decimal): -3522560 or 16586. OLE color: 16586.
HSL color Cylindrical-coordinate representation of color #CA4000: hue angle of 19.01º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA4000 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.21 |
| HSL | 19.01º | 1% | 0.4% | - |
| HSV(B) | 19.01º | 1% | 0.79% | - |
| XYZ | 26.19 | 16.22 | 1.75 | - |
| YUV | 97.97 | 72.72 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 0 | 0 | 0.68 | 1 | 0.21 | 19.01 | 1 | 0.4 |
| Hex | CA | 40 | 0 | 0 | 44 | 64 | 15 | 13 | 64 | 28 |
| Octal | 312 | 100 | 0 | 0 | 104 | 144 | 25 | 23 | 144 | 50 |
| Binary | 11001010 | 1000000 | 0 | 0 | 1000100 | 1100100 | 10101 | 10011 | 1100100 | 101000 |
Color Harmonies of #CA4000
Complementary color
Monochromatic Colors of #CA4000
Black with #CA4000
Text Example
Text Example
White with #CA4000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4000; }
p { color: rgb(202,64,0); }
H1.HeaderClassName
{
color: #CA4000;
}
.AnyTagClassName
{
color: #CA4000;
}
</style>
background-color css
<style>
a { background-color: #CA4000; }
a { background-color: rgb(202,64,0); }
div.DivClassName
{
background-color: #CA4000;
}
.BgClassName
{
background-color: #CA4000;
}
</style>
border-color css
<style>
span { border-color: #CA4000; }
span { border-color: rgb(202,64,0); }
td.TdClassName
{
border-color: #CA4000;
}
.TagClassName
{
border-color: #CA4000;
}
</style>