Shades of Rust #CA4713
Tints of Rust #CA4713
RGB
CMYK
RGB Variations
Color information
#CA4713 (or 0xCA4713) is known color: Rust. HEX triplet: CA, 47 and 13. RGB value is (202,71,19). Sum of RGB (Red+Green+Blue) = 202+71+19=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4713 is #35B8EC. Grayscale: #686868. Windows color (decimal): -3520749 or 1263562. OLE color: 1263562.
HSL color Cylindrical-coordinate representation of color #CA4713: hue angle of 17.05º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA4713 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 19 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.21 |
| HSL | 17.05º | 0.83% | 0.43% | - |
| HSV(B) | 17.05º | 0.91% | 0.79% | - |
| XYZ | 26.73 | 17.11 | 2.51 | - |
| YUV | 104.24 | 79.9 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 19 | 0 | 0.65 | 0.91 | 0.21 | 17.05 | 0.83 | 0.43 |
| Hex | CA | 47 | 13 | 0 | 41 | 5B | 15 | 11 | 53 | 2B |
| Octal | 312 | 107 | 23 | 0 | 101 | 133 | 25 | 21 | 123 | 53 |
| Binary | 11001010 | 1000111 | 10011 | 0 | 1000001 | 1011011 | 10101 | 10001 | 1010011 | 101011 |
Color Harmonies of #CA4713
Complementary color
Monochromatic Colors of #CA4713
Black with #CA4713
Text Example
Text Example
White with #CA4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4713; }
p { color: rgb(202,71,19); }
H1.HeaderClassName
{
color: #CA4713;
}
.AnyTagClassName
{
color: #CA4713;
}
</style>
background-color css
<style>
a { background-color: #CA4713; }
a { background-color: rgb(202,71,19); }
div.DivClassName
{
background-color: #CA4713;
}
.BgClassName
{
background-color: #CA4713;
}
</style>
border-color css
<style>
span { border-color: #CA4713; }
span { border-color: rgb(202,71,19); }
td.TdClassName
{
border-color: #CA4713;
}
.TagClassName
{
border-color: #CA4713;
}
</style>