Shades of Rust #CA4100
Tints of Rust #CA4100
RGB
CMYK
RGB Variations
Color information
#CA4100 (or 0xCA4100) is known color: Rust. HEX triplet: CA, 41 and 00. RGB value is (202,65,0). Sum of RGB (Red+Green+Blue) = 202+65+0=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4100 is #35BEFF. Grayscale: #626262. Windows color (decimal): -3522304 or 16842. OLE color: 16842.
HSL color Cylindrical-coordinate representation of color #CA4100: hue angle of 19.31º 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 #CA4100 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.21 |
| HSL | 19.31º | 1% | 0.4% | - |
| HSV(B) | 19.31º | 1% | 0.79% | - |
| XYZ | 26.25 | 16.34 | 1.77 | - |
| YUV | 98.55 | 72.39 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 0 | 0 | 0.68 | 1 | 0.21 | 19.31 | 1 | 0.4 |
| Hex | CA | 41 | 0 | 0 | 44 | 64 | 15 | 13 | 64 | 28 |
| Octal | 312 | 101 | 0 | 0 | 104 | 144 | 25 | 23 | 144 | 50 |
| Binary | 11001010 | 1000001 | 0 | 0 | 1000100 | 1100100 | 10101 | 10011 | 1100100 | 101000 |
Color Harmonies of #CA4100
Complementary color
Monochromatic Colors of #CA4100
Black with #CA4100
Text Example
Text Example
White with #CA4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4100; }
p { color: rgb(202,65,0); }
H1.HeaderClassName
{
color: #CA4100;
}
.AnyTagClassName
{
color: #CA4100;
}
</style>
background-color css
<style>
a { background-color: #CA4100; }
a { background-color: rgb(202,65,0); }
div.DivClassName
{
background-color: #CA4100;
}
.BgClassName
{
background-color: #CA4100;
}
</style>
border-color css
<style>
span { border-color: #CA4100; }
span { border-color: rgb(202,65,0); }
td.TdClassName
{
border-color: #CA4100;
}
.TagClassName
{
border-color: #CA4100;
}
</style>