#A43E01

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

Shades of Rust #A43E01

Tints of Rust #A43E01

Color information

#A43E01 (or 0xA43E01) is unknown color: approx Rust. HEX triplet: A4, 3E and 01. RGB value is (164,62,1). Sum of RGB (Red+Green+Blue) = 164+62+1=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43E01 is #5BC1FE. Grayscale: #555555. Windows color (decimal): -6013439 or 81572. OLE color: 81572.

HSL color Cylindrical-coordinate representation of color #A43E01: hue angle of 22.45º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A43E01 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB164621-
CMYK00.620.990.36
HSL22.45º98.79%32.35%-
HSV(B)22.45º99.39%64.31%-
XYZ17.0411.341.32-
YUV85.5480.29183.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.25%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=72.25%
G=27.31%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16462100.620.990.3622.4598.7932.35
HexA43E103E6324166320
Octal244761076143442614340
Binary10100100111110101111101100011100100101101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43E01; }

 p { color: rgb(164,62,1); }

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

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

 a { background-color: rgb(164,62,1); }

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

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

 span { border-color: rgb(164,62,1); }

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