Shades of Rust #CA450F
Tints of Rust #CA450F
RGB
CMYK
RGB Variations
Color information
#CA450F (or 0xCA450F) is known color: Rust. HEX triplet: CA, 45 and 0F. RGB value is (202,69,15). Sum of RGB (Red+Green+Blue) = 202+69+15=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA450F is #35BAF0. Grayscale: #666666. Windows color (decimal): -3521265 or 1000906. OLE color: 1000906.
HSL color Cylindrical-coordinate representation of color #CA450F: hue angle of 17.33º 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 #CA450F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 15 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.21 |
| HSL | 17.33º | 0.86% | 0.43% | - |
| HSV(B) | 17.33º | 0.93% | 0.79% | - |
| XYZ | 26.57 | 16.85 | 2.3 | - |
| YUV | 102.61 | 78.56 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 15 | 0 | 0.66 | 0.93 | 0.21 | 17.33 | 0.86 | 0.43 |
| Hex | CA | 45 | F | 0 | 42 | 5D | 15 | 11 | 56 | 2B |
| Octal | 312 | 105 | 17 | 0 | 102 | 135 | 25 | 21 | 126 | 53 |
| Binary | 11001010 | 1000101 | 1111 | 0 | 1000010 | 1011101 | 10101 | 10001 | 1010110 | 101011 |
Color Harmonies of #CA450F
Complementary color
Monochromatic Colors of #CA450F
Black with #CA450F
Text Example
Text Example
White with #CA450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA450F; }
p { color: rgb(202,69,15); }
H1.HeaderClassName
{
color: #CA450F;
}
.AnyTagClassName
{
color: #CA450F;
}
</style>
background-color css
<style>
a { background-color: #CA450F; }
a { background-color: rgb(202,69,15); }
div.DivClassName
{
background-color: #CA450F;
}
.BgClassName
{
background-color: #CA450F;
}
</style>
border-color css
<style>
span { border-color: #CA450F; }
span { border-color: rgb(202,69,15); }
td.TdClassName
{
border-color: #CA450F;
}
.TagClassName
{
border-color: #CA450F;
}
</style>