Shades of Rust #CA4A12
Tints of Rust #CA4A12
RGB
CMYK
RGB Variations
Color information
#CA4A12 (or 0xCA4A12) is known color: Rust. HEX triplet: CA, 4A and 12. RGB value is (202,74,18). Sum of RGB (Red+Green+Blue) = 202+74+18=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4A12 is #35B5ED. Grayscale: #6A6A6A. Windows color (decimal): -3519982 or 1198794. OLE color: 1198794.
HSL color Cylindrical-coordinate representation of color #CA4A12: hue angle of 18.26º 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 #CA4A12 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 18 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.21 |
| HSL | 18.26º | 0.84% | 0.43% | - |
| HSV(B) | 18.26º | 0.91% | 0.79% | - |
| XYZ | 26.92 | 17.5 | 2.53 | - |
| YUV | 105.89 | 78.41 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 18 | 0 | 0.63 | 0.91 | 0.21 | 18.26 | 0.84 | 0.43 |
| Hex | CA | 4A | 12 | 0 | 3F | 5B | 15 | 12 | 54 | 2B |
| Octal | 312 | 112 | 22 | 0 | 77 | 133 | 25 | 22 | 124 | 53 |
| Binary | 11001010 | 1001010 | 10010 | 0 | 111111 | 1011011 | 10101 | 10010 | 1010100 | 101011 |
Color Harmonies of #CA4A12
Complementary color
Monochromatic Colors of #CA4A12
Black with #CA4A12
Text Example
Text Example
White with #CA4A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A12; }
p { color: rgb(202,74,18); }
H1.HeaderClassName
{
color: #CA4A12;
}
.AnyTagClassName
{
color: #CA4A12;
}
</style>
background-color css
<style>
a { background-color: #CA4A12; }
a { background-color: rgb(202,74,18); }
div.DivClassName
{
background-color: #CA4A12;
}
.BgClassName
{
background-color: #CA4A12;
}
</style>
border-color css
<style>
span { border-color: #CA4A12; }
span { border-color: rgb(202,74,18); }
td.TdClassName
{
border-color: #CA4A12;
}
.TagClassName
{
border-color: #CA4A12;
}
</style>