Shades of Rust #CA460B
Tints of Rust #CA460B
RGB
CMYK
RGB Variations
Color information
#CA460B (or 0xCA460B) is known color: Rust. HEX triplet: CA, 46 and 0B. RGB value is (202,70,11). Sum of RGB (Red+Green+Blue) = 202+70+11=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA460B is #35B9F4. Grayscale: #676767. Windows color (decimal): -3521013 or 739018. OLE color: 739018.
HSL color Cylindrical-coordinate representation of color #CA460B: hue angle of 18.53º 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 #CA460B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.21 |
| HSL | 18.53º | 0.9% | 0.42% | - |
| HSV(B) | 18.53º | 0.95% | 0.79% | - |
| XYZ | 26.61 | 16.96 | 2.19 | - |
| YUV | 102.74 | 76.23 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 11 | 0 | 0.65 | 0.95 | 0.21 | 18.53 | 0.9 | 0.42 |
| Hex | CA | 46 | B | 0 | 41 | 5F | 15 | 13 | 5A | 2A |
| Octal | 312 | 106 | 13 | 0 | 101 | 137 | 25 | 23 | 132 | 52 |
| Binary | 11001010 | 1000110 | 1011 | 0 | 1000001 | 1011111 | 10101 | 10011 | 1011010 | 101010 |
Color Harmonies of #CA460B
Complementary color
Monochromatic Colors of #CA460B
Black with #CA460B
Text Example
Text Example
White with #CA460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA460B; }
p { color: rgb(202,70,11); }
H1.HeaderClassName
{
color: #CA460B;
}
.AnyTagClassName
{
color: #CA460B;
}
</style>
background-color css
<style>
a { background-color: #CA460B; }
a { background-color: rgb(202,70,11); }
div.DivClassName
{
background-color: #CA460B;
}
.BgClassName
{
background-color: #CA460B;
}
</style>
border-color css
<style>
span { border-color: #CA460B; }
span { border-color: rgb(202,70,11); }
td.TdClassName
{
border-color: #CA460B;
}
.TagClassName
{
border-color: #CA460B;
}
</style>