#A04003

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

Shades of Rust #A04003

Tints of Rust #A04003

Color information

#A04003 (or 0xA04003) is unknown color: approx Rust. HEX triplet: A0, 40 and 03. RGB value is (160,64,3). Sum of RGB (Red+Green+Blue) = 160+64+3=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A04003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04003 is #5FBFFC. Grayscale: #565656. Windows color (decimal): -6275069 or 213152. OLE color: 213152.

HSL color Cylindrical-coordinate representation of color #A04003: hue angle of 23.31º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A04003 is Cyan = 0, Magento = 0.6, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB160643-
CMYK00.60.980.37
HSL23.31º96.32%31.96%-
HSV(B)23.31º98.12%62.75%-
XYZ16.3511.151.38-
YUV85.7581.3180.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 70.48%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=70.48%
G=28.19%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16064300.60.980.3723.3196.3231.96
HexA040303C6225176020
Octal2401003074142452714040
Binary1010000010000001101111001100010100101101111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04003; }

 p { color: rgb(160,64,3); }

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

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

 a { background-color: rgb(160,64,3); }

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

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

 span { border-color: rgb(160,64,3); }

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