Shades of Rust #CA450A
Tints of Rust #CA450A
RGB
CMYK
RGB Variations
Color information
#CA450A (or 0xCA450A) is known color: Rust. HEX triplet: CA, 45 and 0A. RGB value is (202,69,10). Sum of RGB (Red+Green+Blue) = 202+69+10=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA450A is #35BAF5. Grayscale: #666666. Windows color (decimal): -3521270 or 673226. OLE color: 673226.
HSL color Cylindrical-coordinate representation of color #CA450A: hue angle of 18.44º degrees, saturation: 0.91, 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 #CA450A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.21 |
| HSL | 18.44º | 0.91% | 0.42% | - |
| HSV(B) | 18.44º | 0.95% | 0.79% | - |
| XYZ | 26.54 | 16.83 | 2.14 | - |
| YUV | 102.04 | 76.06 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 10 | 0 | 0.66 | 0.95 | 0.21 | 18.44 | 0.91 | 0.42 |
| Hex | CA | 45 | A | 0 | 42 | 5F | 15 | 12 | 5B | 2A |
| Octal | 312 | 105 | 12 | 0 | 102 | 137 | 25 | 22 | 133 | 52 |
| Binary | 11001010 | 1000101 | 1010 | 0 | 1000010 | 1011111 | 10101 | 10010 | 1011011 | 101010 |
Color Harmonies of #CA450A
Complementary color
Monochromatic Colors of #CA450A
Black with #CA450A
Text Example
Text Example
White with #CA450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA450A; }
p { color: rgb(202,69,10); }
H1.HeaderClassName
{
color: #CA450A;
}
.AnyTagClassName
{
color: #CA450A;
}
</style>
background-color css
<style>
a { background-color: #CA450A; }
a { background-color: rgb(202,69,10); }
div.DivClassName
{
background-color: #CA450A;
}
.BgClassName
{
background-color: #CA450A;
}
</style>
border-color css
<style>
span { border-color: #CA450A; }
span { border-color: rgb(202,69,10); }
td.TdClassName
{
border-color: #CA450A;
}
.TagClassName
{
border-color: #CA450A;
}
</style>