#A43E00

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

Shades of Rust #A43E00

Tints of Rust #A43E00

Color information

#A43E00 (or 0xA43E00) is unknown color: approx Rust. HEX triplet: A4, 3E and 00. RGB value is (164,62,0). Sum of RGB (Red+Green+Blue) = 164+62+0=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43E00 is #5BC1FF. Grayscale: #555555. Windows color (decimal): -6013440 or 16036. OLE color: 16036.

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

Color convert

RGB164620-
CMYK00.6210.36
HSL22.68º100%32.16%-
HSV(B)22.68º100%64.31%-
XYZ17.0311.341.29-
YUV85.4379.79184.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.57%
GREEN value IS 62 (24.61% from 255) = 27.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.57%
G=27.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16462000.6210.3622.6810032.16
HexA43E003E6424176420
Octal244760076144442714440
Binary10100100111110001111101100100100100101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43E00; }

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

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

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

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

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

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

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

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