Shades of Rust #CA4102
Tints of Rust #CA4102
RGB
CMYK
RGB Variations
Color information
#CA4102 (or 0xCA4102) is known color: Rust. HEX triplet: CA, 41 and 02. RGB value is (202,65,2). Sum of RGB (Red+Green+Blue) = 202+65+2=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4102 is #35BEFD. Grayscale: #636363. Windows color (decimal): -3522302 or 147914. OLE color: 147914.
HSL color Cylindrical-coordinate representation of color #CA4102: hue angle of 18.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA4102 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.21 |
| HSL | 18.9º | 0.98% | 0.4% | - |
| HSV(B) | 18.9º | 0.99% | 0.79% | - |
| XYZ | 26.26 | 16.34 | 1.83 | - |
| YUV | 98.78 | 73.39 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 2 | 0 | 0.68 | 0.99 | 0.21 | 18.9 | 0.98 | 0.4 |
| Hex | CA | 41 | 2 | 0 | 44 | 63 | 15 | 13 | 62 | 28 |
| Octal | 312 | 101 | 2 | 0 | 104 | 143 | 25 | 23 | 142 | 50 |
| Binary | 11001010 | 1000001 | 10 | 0 | 1000100 | 1100011 | 10101 | 10011 | 1100010 | 101000 |
Color Harmonies of #CA4102
Complementary color
Monochromatic Colors of #CA4102
Black with #CA4102
Text Example
Text Example
White with #CA4102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4102; }
p { color: rgb(202,65,2); }
H1.HeaderClassName
{
color: #CA4102;
}
.AnyTagClassName
{
color: #CA4102;
}
</style>
background-color css
<style>
a { background-color: #CA4102; }
a { background-color: rgb(202,65,2); }
div.DivClassName
{
background-color: #CA4102;
}
.BgClassName
{
background-color: #CA4102;
}
</style>
border-color css
<style>
span { border-color: #CA4102; }
span { border-color: rgb(202,65,2); }
td.TdClassName
{
border-color: #CA4102;
}
.TagClassName
{
border-color: #CA4102;
}
</style>