Shades of Rust #CA480F
Tints of Rust #CA480F
RGB
CMYK
RGB Variations
Color information
#CA480F (or 0xCA480F) is known color: Rust. HEX triplet: CA, 48 and 0F. RGB value is (202,72,15). Sum of RGB (Red+Green+Blue) = 202+72+15=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA480F is #35B7F0. Grayscale: #686868. Windows color (decimal): -3520497 or 1001674. OLE color: 1001674.
HSL color Cylindrical-coordinate representation of color #CA480F: hue angle of 18.29º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA480F is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 15 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.21 |
| HSL | 18.29º | 0.86% | 0.43% | - |
| HSV(B) | 18.29º | 0.93% | 0.79% | - |
| XYZ | 26.76 | 17.23 | 2.37 | - |
| YUV | 104.37 | 77.57 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 15 | 0 | 0.64 | 0.93 | 0.21 | 18.29 | 0.86 | 0.43 |
| Hex | CA | 48 | F | 0 | 40 | 5D | 15 | 12 | 56 | 2B |
| Octal | 312 | 110 | 17 | 0 | 100 | 135 | 25 | 22 | 126 | 53 |
| Binary | 11001010 | 1001000 | 1111 | 0 | 1000000 | 1011101 | 10101 | 10010 | 1010110 | 101011 |
Color Harmonies of #CA480F
Complementary color
Monochromatic Colors of #CA480F
Black with #CA480F
Text Example
Text Example
White with #CA480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA480F; }
p { color: rgb(202,72,15); }
H1.HeaderClassName
{
color: #CA480F;
}
.AnyTagClassName
{
color: #CA480F;
}
</style>
background-color css
<style>
a { background-color: #CA480F; }
a { background-color: rgb(202,72,15); }
div.DivClassName
{
background-color: #CA480F;
}
.BgClassName
{
background-color: #CA480F;
}
</style>
border-color css
<style>
span { border-color: #CA480F; }
span { border-color: rgb(202,72,15); }
td.TdClassName
{
border-color: #CA480F;
}
.TagClassName
{
border-color: #CA480F;
}
</style>