Shades of Rust #CA470B
Tints of Rust #CA470B
RGB
CMYK
RGB Variations
Color information
#CA470B (or 0xCA470B) is known color: Rust. HEX triplet: CA, 47 and 0B. RGB value is (202,71,11). Sum of RGB (Red+Green+Blue) = 202+71+11=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA470B is #35B8F4. Grayscale: #676767. Windows color (decimal): -3520757 or 739274. OLE color: 739274.
HSL color Cylindrical-coordinate representation of color #CA470B: hue angle of 18.85º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA470B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.21 |
| HSL | 18.85º | 0.9% | 0.42% | - |
| HSV(B) | 18.85º | 0.95% | 0.79% | - |
| XYZ | 26.67 | 17.09 | 2.21 | - |
| YUV | 103.33 | 75.9 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 11 | 0 | 0.65 | 0.95 | 0.21 | 18.85 | 0.9 | 0.42 |
| Hex | CA | 47 | B | 0 | 41 | 5F | 15 | 13 | 5A | 2A |
| Octal | 312 | 107 | 13 | 0 | 101 | 137 | 25 | 23 | 132 | 52 |
| Binary | 11001010 | 1000111 | 1011 | 0 | 1000001 | 1011111 | 10101 | 10011 | 1011010 | 101010 |
Color Harmonies of #CA470B
Complementary color
Monochromatic Colors of #CA470B
Black with #CA470B
Text Example
Text Example
White with #CA470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA470B; }
p { color: rgb(202,71,11); }
H1.HeaderClassName
{
color: #CA470B;
}
.AnyTagClassName
{
color: #CA470B;
}
</style>
background-color css
<style>
a { background-color: #CA470B; }
a { background-color: rgb(202,71,11); }
div.DivClassName
{
background-color: #CA470B;
}
.BgClassName
{
background-color: #CA470B;
}
</style>
border-color css
<style>
span { border-color: #CA470B; }
span { border-color: rgb(202,71,11); }
td.TdClassName
{
border-color: #CA470B;
}
.TagClassName
{
border-color: #CA470B;
}
</style>