Shades of Rust #CA4307
Tints of Rust #CA4307
RGB
CMYK
RGB Variations
Color information
#CA4307 (or 0xCA4307) is known color: Rust. HEX triplet: CA, 43 and 07. RGB value is (202,67,7). Sum of RGB (Red+Green+Blue) = 202+67+7=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4307 is #35BCF8. Grayscale: #646464. Windows color (decimal): -3521785 or 476106. OLE color: 476106.
HSL color Cylindrical-coordinate representation of color #CA4307: hue angle of 18.46º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA4307 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 7 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.21 |
| HSL | 18.46º | 0.93% | 0.41% | - |
| HSV(B) | 18.46º | 0.97% | 0.79% | - |
| XYZ | 26.4 | 16.59 | 2.01 | - |
| YUV | 100.53 | 75.23 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 7 | 0 | 0.67 | 0.97 | 0.21 | 18.46 | 0.93 | 0.41 |
| Hex | CA | 43 | 7 | 0 | 43 | 61 | 15 | 12 | 5D | 29 |
| Octal | 312 | 103 | 7 | 0 | 103 | 141 | 25 | 22 | 135 | 51 |
| Binary | 11001010 | 1000011 | 111 | 0 | 1000011 | 1100001 | 10101 | 10010 | 1011101 | 101001 |
Color Harmonies of #CA4307
Complementary color
Monochromatic Colors of #CA4307
Black with #CA4307
Text Example
Text Example
White with #CA4307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4307; }
p { color: rgb(202,67,7); }
H1.HeaderClassName
{
color: #CA4307;
}
.AnyTagClassName
{
color: #CA4307;
}
</style>
background-color css
<style>
a { background-color: #CA4307; }
a { background-color: rgb(202,67,7); }
div.DivClassName
{
background-color: #CA4307;
}
.BgClassName
{
background-color: #CA4307;
}
</style>
border-color css
<style>
span { border-color: #CA4307; }
span { border-color: rgb(202,67,7); }
td.TdClassName
{
border-color: #CA4307;
}
.TagClassName
{
border-color: #CA4307;
}
</style>