#CA460D

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

Shades of Rust #CA460D

Tints of Rust #CA460D

Color information

#CA460D (or 0xCA460D) is unknown color: approx Rust. HEX triplet: CA, 46 and 0D. RGB value is (202,70,13). Sum of RGB (Red+Green+Blue) = 202+70+13=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA460D is #35B9F2. Grayscale: #676767. Windows color (decimal): -3521011 or 870090. OLE color: 870090.

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

Color convert

RGB2027013-
CMYK00.650.940.21
HSL18.1º87.91%42.16%-
HSV(B)18.1º93.56%79.22%-
XYZ26.6216.972.25-
YUV102.9777.23198.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.88%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 13 (5.47% from 255) = 4.56%
R=70.88%
G=24.56%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202701300.650.940.2118.187.9142.16
HexCA46D0415E1512582a
Octal312106150101136252213052
Binary110010101000110110101000001101111010101100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA460D; }

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

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

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

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

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

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

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

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