#CA4611

Color #CA4611 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #CA4611

Tints of Rust #CA4611

Color information

#CA4611 (or 0xCA4611) is unknown color: approx Rust. HEX triplet: CA, 46 and 11. RGB value is (202,70,17). Sum of RGB (Red+Green+Blue) = 202+70+17=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4611 is #35B9EE. Grayscale: #676767. Windows color (decimal): -3521007 or 1132234. OLE color: 1132234.

HSL color Cylindrical-coordinate representation of color #CA4611: hue angle of 17.19º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA4611 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB2027017-
CMYK00.650.920.21
HSL17.19º84.47%42.94%-
HSV(B)17.19º91.58%79.22%-
XYZ26.6516.982.4-
YUV103.4379.23198.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 69.90%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 17 (7.03% from 255) = 5.88%
R=69.90%
G=24.22%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202701700.650.920.2117.1984.4742.94
HexCA46110415C1511542b
Octal312106210101134252112453
Binary1100101010001101000101000001101110010101100011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4611; }

 p { color: rgb(202,70,17); }

 H1.HeaderClassName
 {
   color: #CA4611;
 }
 .AnyTagClassName
 {
   color: #CA4611;
 }
</style>
background-color css

<style>
 a { background-color: #CA4611; }

 a { background-color: rgb(202,70,17); }

 div.DivClassName
 {
   background-color: #CA4611;
 }
 .BgClassName
 {
   background-color: #CA4611;
 }
</style>
border-color css

<style>
 span { border-color: #CA4611; }

 span { border-color: rgb(202,70,17); }

 td.TdClassName
 {
   border-color: #CA4611;
 }
 .TagClassName
 {
   border-color: #CA4611;
 }
</style>