Shades of Rust #CA4309
Tints of Rust #CA4309
RGB
CMYK
RGB Variations
Color information
#CA4309 (or 0xCA4309) is known color: Rust. HEX triplet: CA, 43 and 09. RGB value is (202,67,9). Sum of RGB (Red+Green+Blue) = 202+67+9=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4309 is #35BCF6. Grayscale: #656565. Windows color (decimal): -3521783 or 607178. OLE color: 607178.
HSL color Cylindrical-coordinate representation of color #CA4309: hue angle of 18.03º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA4309 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 9 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.21 |
| HSL | 18.03º | 0.91% | 0.41% | - |
| HSV(B) | 18.03º | 0.96% | 0.79% | - |
| XYZ | 26.41 | 16.59 | 2.07 | - |
| YUV | 100.75 | 76.23 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 9 | 0 | 0.67 | 0.96 | 0.21 | 18.03 | 0.91 | 0.41 |
| Hex | CA | 43 | 9 | 0 | 43 | 60 | 15 | 12 | 5B | 29 |
| Octal | 312 | 103 | 11 | 0 | 103 | 140 | 25 | 22 | 133 | 51 |
| Binary | 11001010 | 1000011 | 1001 | 0 | 1000011 | 1100000 | 10101 | 10010 | 1011011 | 101001 |
Color Harmonies of #CA4309
Complementary color
Monochromatic Colors of #CA4309
Black with #CA4309
Text Example
Text Example
White with #CA4309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4309; }
p { color: rgb(202,67,9); }
H1.HeaderClassName
{
color: #CA4309;
}
.AnyTagClassName
{
color: #CA4309;
}
</style>
background-color css
<style>
a { background-color: #CA4309; }
a { background-color: rgb(202,67,9); }
div.DivClassName
{
background-color: #CA4309;
}
.BgClassName
{
background-color: #CA4309;
}
</style>
border-color css
<style>
span { border-color: #CA4309; }
span { border-color: rgb(202,67,9); }
td.TdClassName
{
border-color: #CA4309;
}
.TagClassName
{
border-color: #CA4309;
}
</style>