Shades of Rust #CA4C12
Tints of Rust #CA4C12
RGB
CMYK
RGB Variations
Color information
#CA4C12 (or 0xCA4C12) is known color: Rust. HEX triplet: CA, 4C and 12. RGB value is (202,76,18). Sum of RGB (Red+Green+Blue) = 202+76+18=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4C12 is #35B3ED. Grayscale: #6B6B6B. Windows color (decimal): -3519470 or 1199306. OLE color: 1199306.
HSL color Cylindrical-coordinate representation of color #CA4C12: hue angle of 18.91º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA4C12 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 18 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.21 |
| HSL | 18.91º | 0.84% | 0.43% | - |
| HSV(B) | 18.91º | 0.91% | 0.79% | - |
| XYZ | 27.05 | 17.77 | 2.58 | - |
| YUV | 107.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 18 | 0 | 0.62 | 0.91 | 0.21 | 18.91 | 0.84 | 0.43 |
| Hex | CA | 4C | 12 | 0 | 3E | 5B | 15 | 13 | 54 | 2B |
| Octal | 312 | 114 | 22 | 0 | 76 | 133 | 25 | 23 | 124 | 53 |
| Binary | 11001010 | 1001100 | 10010 | 0 | 111110 | 1011011 | 10101 | 10011 | 1010100 | 101011 |
Color Harmonies of #CA4C12
Complementary color
Monochromatic Colors of #CA4C12
Black with #CA4C12
Text Example
Text Example
White with #CA4C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C12; }
p { color: rgb(202,76,18); }
H1.HeaderClassName
{
color: #CA4C12;
}
.AnyTagClassName
{
color: #CA4C12;
}
</style>
background-color css
<style>
a { background-color: #CA4C12; }
a { background-color: rgb(202,76,18); }
div.DivClassName
{
background-color: #CA4C12;
}
.BgClassName
{
background-color: #CA4C12;
}
</style>
border-color css
<style>
span { border-color: #CA4C12; }
span { border-color: rgb(202,76,18); }
td.TdClassName
{
border-color: #CA4C12;
}
.TagClassName
{
border-color: #CA4C12;
}
</style>