#A43712

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

Shades of Rust #A43712

Tints of Rust #A43712

Color information

#A43712 (or 0xA43712) is unknown color: approx Rust. HEX triplet: A4, 37 and 12. RGB value is (164,55,18). Sum of RGB (Red+Green+Blue) = 164+55+18=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A43712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43712 is #5BC8ED. Grayscale: #535353. Windows color (decimal): -6015214 or 1193892. OLE color: 1193892.

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

Color convert

RGB1645518-
CMYK00.660.890.36
HSL15.21º80.22%35.69%-
HSV(B)15.21º89.02%64.31%-
XYZ16.7910.671.75-
YUV83.3791.11185.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 69.20%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 18 (7.42% from 255) = 7.59%
R=69.20%
G=23.21%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164551800.660.890.3615.2180.2235.69
HexA437120425924f5024
Octal24467220102131441712044
Binary101001001101111001001000010101100110010011111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43712; }

 p { color: rgb(164,55,18); }

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

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

 a { background-color: rgb(164,55,18); }

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

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

 span { border-color: rgb(164,55,18); }

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