#A43006

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

Shades of Rust #A43006

Tints of Rust #A43006

Color information

#A43006 (or 0xA43006) is unknown color: approx Rust. HEX triplet: A4, 30 and 06. RGB value is (164,48,6). Sum of RGB (Red+Green+Blue) = 164+48+6=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A43006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43006 is #5BCFF9. Grayscale: #4E4E4E. Windows color (decimal): -6017018 or 405668. OLE color: 405668.

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

Color convert

RGB164486-
CMYK00.710.960.36
HSL15.95º92.94%33.33%-
HSV(B)15.95º96.34%64.31%-
XYZ16.410.021.24-
YUV77.987.43189.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 75.23%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 6 (2.73% from 255) = 2.75%
R=75.23%
G=22.02%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16448600.710.960.3615.9592.9433.33
HexA43060476024105d21
Octal2446060107140442013541
Binary10100100110000110010001111100000100100100001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43006; }

 p { color: rgb(164,48,6); }

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

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

 a { background-color: rgb(164,48,6); }

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

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

 span { border-color: rgb(164,48,6); }

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