Shades of Rust #CA4608
Tints of Rust #CA4608
RGB
CMYK
RGB Variations
Color information
#CA4608 (or 0xCA4608) is known color: Rust. HEX triplet: CA, 46 and 08. RGB value is (202,70,8). Sum of RGB (Red+Green+Blue) = 202+70+8=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4608 is #35B9F7. Grayscale: #666666. Windows color (decimal): -3521016 or 542410. OLE color: 542410.
HSL color Cylindrical-coordinate representation of color #CA4608: hue angle of 19.18º degrees, saturation: 0.92, 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 #CA4608 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.21 |
| HSL | 19.18º | 0.92% | 0.41% | - |
| HSV(B) | 19.18º | 0.96% | 0.79% | - |
| XYZ | 26.59 | 16.95 | 2.1 | - |
| YUV | 102.4 | 74.73 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 8 | 0 | 0.65 | 0.96 | 0.21 | 19.18 | 0.92 | 0.41 |
| Hex | CA | 46 | 8 | 0 | 41 | 60 | 15 | 13 | 5C | 29 |
| Octal | 312 | 106 | 10 | 0 | 101 | 140 | 25 | 23 | 134 | 51 |
| Binary | 11001010 | 1000110 | 1000 | 0 | 1000001 | 1100000 | 10101 | 10011 | 1011100 | 101001 |
Color Harmonies of #CA4608
Complementary color
Monochromatic Colors of #CA4608
Black with #CA4608
Text Example
Text Example
White with #CA4608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4608; }
p { color: rgb(202,70,8); }
H1.HeaderClassName
{
color: #CA4608;
}
.AnyTagClassName
{
color: #CA4608;
}
</style>
background-color css
<style>
a { background-color: #CA4608; }
a { background-color: rgb(202,70,8); }
div.DivClassName
{
background-color: #CA4608;
}
.BgClassName
{
background-color: #CA4608;
}
</style>
border-color css
<style>
span { border-color: #CA4608; }
span { border-color: rgb(202,70,8); }
td.TdClassName
{
border-color: #CA4608;
}
.TagClassName
{
border-color: #CA4608;
}
</style>