#A43E08

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

Shades of Rust #A43E08

Tints of Rust #A43E08

Color information

#A43E08 (or 0xA43E08) is unknown color: approx Rust. HEX triplet: A4, 3E and 08. RGB value is (164,62,8). Sum of RGB (Red+Green+Blue) = 164+62+8=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43E08 is #5BC1F7. Grayscale: #565656. Windows color (decimal): -6013432 or 540324. OLE color: 540324.

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

Color convert

RGB164628-
CMYK00.620.950.36
HSL20.77º90.7%33.73%-
HSV(B)20.77º95.12%64.31%-
XYZ17.0811.361.52-
YUV86.3483.79183.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 70.09%
GREEN value IS 62 (24.61% from 255) = 26.50%
BLUE value IS 8 (3.52% from 255) = 3.42%
R=70.09%
G=26.50%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16462800.620.950.3620.7790.733.73
HexA43E803E5F24155b22
Octal2447610076137442513342
Binary10100100111110100001111101011111100100101011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43E08; }

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

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

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

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

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

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

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

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