Shades of Rust #CA4B15
Tints of Rust #CA4B15
RGB
CMYK
RGB Variations
Color information
#CA4B15 (or 0xCA4B15) is known color: Rust. HEX triplet: CA, 4B and 15. RGB value is (202,75,21). Sum of RGB (Red+Green+Blue) = 202+75+21=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4B15 is #35B4EA. Grayscale: #6B6B6B. Windows color (decimal): -3519723 or 1395658. OLE color: 1395658.
HSL color Cylindrical-coordinate representation of color #CA4B15: hue angle of 17.9º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA4B15 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 21 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.21 |
| HSL | 17.9º | 0.81% | 0.44% | - |
| HSV(B) | 17.9º | 0.9% | 0.79% | - |
| XYZ | 27.01 | 17.64 | 2.69 | - |
| YUV | 106.82 | 79.58 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 21 | 0 | 0.63 | 0.90 | 0.21 | 17.9 | 0.81 | 0.44 |
| Hex | CA | 4B | 15 | 0 | 3F | 5A | 15 | 12 | 51 | 2C |
| Octal | 312 | 113 | 25 | 0 | 77 | 132 | 25 | 22 | 121 | 54 |
| Binary | 11001010 | 1001011 | 10101 | 0 | 111111 | 1011010 | 10101 | 10010 | 1010001 | 101100 |
Color Harmonies of #CA4B15
Complementary color
Monochromatic Colors of #CA4B15
Black with #CA4B15
Text Example
Text Example
White with #CA4B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4B15; }
p { color: rgb(202,75,21); }
H1.HeaderClassName
{
color: #CA4B15;
}
.AnyTagClassName
{
color: #CA4B15;
}
</style>
background-color css
<style>
a { background-color: #CA4B15; }
a { background-color: rgb(202,75,21); }
div.DivClassName
{
background-color: #CA4B15;
}
.BgClassName
{
background-color: #CA4B15;
}
</style>
border-color css
<style>
span { border-color: #CA4B15; }
span { border-color: rgb(202,75,21); }
td.TdClassName
{
border-color: #CA4B15;
}
.TagClassName
{
border-color: #CA4B15;
}
</style>