#A03E03

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

Shades of Rust #A03E03

Tints of Rust #A03E03

Color information

#A03E03 (or 0xA03E03) is unknown color: approx Rust. HEX triplet: A0, 3E and 03. RGB value is (160,62,3). Sum of RGB (Red+Green+Blue) = 160+62+3=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03E03 is #5FC1FC. Grayscale: #545454. Windows color (decimal): -6275581 or 212640. OLE color: 212640.

HSL color Cylindrical-coordinate representation of color #A03E03: hue angle of 22.55º 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 #A03E03 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB160623-
CMYK00.610.980.37
HSL22.55º96.32%31.96%-
HSV(B)22.55º98.12%62.75%-
XYZ16.2410.931.34-
YUV84.5881.97181.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.11%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 3 (1.56% from 255) = 1.33%
R=71.11%
G=27.56%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16062300.610.980.3722.5596.3231.96
HexA03E303D6225176020
Octal240763075142452714040
Binary101000001111101101111011100010100101101111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03E03; }

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

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

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

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

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

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

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

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