#A43A05

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

Shades of Rust #A43A05

Tints of Rust #A43A05

Color information

#A43A05 (or 0xA43A05) is unknown color: approx Rust. HEX triplet: A4, 3A and 05. RGB value is (164,58,5). Sum of RGB (Red+Green+Blue) = 164+58+5=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43A05 is #5BC5FA. Grayscale: #535353. Windows color (decimal): -6014459 or 342692. OLE color: 342692.

HSL color Cylindrical-coordinate representation of color #A43A05: hue angle of 20º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A43A05 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB164585-
CMYK00.650.970.36
HSL20º94.08%33.14%-
HSV(B)20º96.95%64.31%-
XYZ16.8510.931.37-
YUV83.6583.62185.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.25%
GREEN value IS 58 (23.05% from 255) = 25.55%
BLUE value IS 5 (2.34% from 255) = 2.20%
R=72.25%
G=25.55%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16458500.650.970.362094.0833.14
HexA43A50416124145e21
Octal2447250101141442413641
Binary10100100111010101010000011100001100100101001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A05; }

 p { color: rgb(164,58,5); }

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

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

 a { background-color: rgb(164,58,5); }

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

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

 span { border-color: rgb(164,58,5); }

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