#CA470D

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

Shades of Rust #CA470D

Tints of Rust #CA470D

Color information

#CA470D (or 0xCA470D) is unknown color: approx Rust. HEX triplet: CA, 47 and 0D. RGB value is (202,71,13). Sum of RGB (Red+Green+Blue) = 202+71+13=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA470D is #35B8F2. Grayscale: #676767. Windows color (decimal): -3520755 or 870346. OLE color: 870346.

HSL color Cylindrical-coordinate representation of color #CA470D: hue angle of 18.41º 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 #CA470D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB2027113-
CMYK00.650.940.21
HSL18.41º87.91%42.16%-
HSV(B)18.41º93.56%79.22%-
XYZ26.6817.092.27-
YUV103.5676.9198.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.63%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 13 (5.47% from 255) = 4.55%
R=70.63%
G=24.83%
B=4.55%

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
Decimal202711300.650.940.2118.4187.9142.16
HexCA47D0415E1512582a
Octal312107150101136252213052
Binary110010101000111110101000001101111010101100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA470D; }

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

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

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

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

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

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

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

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