Shades of Rust #CA4507
Tints of Rust #CA4507
RGB
CMYK
RGB Variations
Color information
#CA4507 (or 0xCA4507) is known color: Rust. HEX triplet: CA, 45 and 07. RGB value is (202,69,7). Sum of RGB (Red+Green+Blue) = 202+69+7=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4507 is #35BAF8. Grayscale: #666666. Windows color (decimal): -3521273 or 476618. OLE color: 476618.
HSL color Cylindrical-coordinate representation of color #CA4507: hue angle of 19.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA4507 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 7 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.21 |
| HSL | 19.08º | 0.93% | 0.41% | - |
| HSV(B) | 19.08º | 0.97% | 0.79% | - |
| XYZ | 26.52 | 16.83 | 2.05 | - |
| YUV | 101.7 | 74.56 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 7 | 0 | 0.66 | 0.97 | 0.21 | 19.08 | 0.93 | 0.41 |
| Hex | CA | 45 | 7 | 0 | 42 | 61 | 15 | 13 | 5D | 29 |
| Octal | 312 | 105 | 7 | 0 | 102 | 141 | 25 | 23 | 135 | 51 |
| Binary | 11001010 | 1000101 | 111 | 0 | 1000010 | 1100001 | 10101 | 10011 | 1011101 | 101001 |
Color Harmonies of #CA4507
Complementary color
Monochromatic Colors of #CA4507
Black with #CA4507
Text Example
Text Example
White with #CA4507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4507; }
p { color: rgb(202,69,7); }
H1.HeaderClassName
{
color: #CA4507;
}
.AnyTagClassName
{
color: #CA4507;
}
</style>
background-color css
<style>
a { background-color: #CA4507; }
a { background-color: rgb(202,69,7); }
div.DivClassName
{
background-color: #CA4507;
}
.BgClassName
{
background-color: #CA4507;
}
</style>
border-color css
<style>
span { border-color: #CA4507; }
span { border-color: rgb(202,69,7); }
td.TdClassName
{
border-color: #CA4507;
}
.TagClassName
{
border-color: #CA4507;
}
</style>