Shades of Rust #CA470F
Tints of Rust #CA470F
RGB
CMYK
RGB Variations
Color information
#CA470F (or 0xCA470F) is known color: Rust. HEX triplet: CA, 47 and 0F. RGB value is (202,71,15). Sum of RGB (Red+Green+Blue) = 202+71+15=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA470F is #35B8F0. Grayscale: #686868. Windows color (decimal): -3520753 or 1001418. OLE color: 1001418.
HSL color Cylindrical-coordinate representation of color #CA470F: hue angle of 17.97º 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 #CA470F is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 15 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.21 |
| HSL | 17.97º | 0.86% | 0.43% | - |
| HSV(B) | 17.97º | 0.93% | 0.79% | - |
| XYZ | 26.7 | 17.1 | 2.35 | - |
| YUV | 103.79 | 77.9 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 15 | 0 | 0.65 | 0.93 | 0.21 | 17.97 | 0.86 | 0.43 |
| Hex | CA | 47 | F | 0 | 41 | 5D | 15 | 12 | 56 | 2B |
| Octal | 312 | 107 | 17 | 0 | 101 | 135 | 25 | 22 | 126 | 53 |
| Binary | 11001010 | 1000111 | 1111 | 0 | 1000001 | 1011101 | 10101 | 10010 | 1010110 | 101011 |
Color Harmonies of #CA470F
Complementary color
Monochromatic Colors of #CA470F
Black with #CA470F
Text Example
Text Example
White with #CA470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA470F; }
p { color: rgb(202,71,15); }
H1.HeaderClassName
{
color: #CA470F;
}
.AnyTagClassName
{
color: #CA470F;
}
</style>
background-color css
<style>
a { background-color: #CA470F; }
a { background-color: rgb(202,71,15); }
div.DivClassName
{
background-color: #CA470F;
}
.BgClassName
{
background-color: #CA470F;
}
</style>
border-color css
<style>
span { border-color: #CA470F; }
span { border-color: rgb(202,71,15); }
td.TdClassName
{
border-color: #CA470F;
}
.TagClassName
{
border-color: #CA470F;
}
</style>