#A43C0F

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

Shades of Rust #A43C0F

Tints of Rust #A43C0F

Color information

#A43C0F (or 0xA43C0F) is unknown color: approx Rust. HEX triplet: A4, 3C and 0F. RGB value is (164,60,15). Sum of RGB (Red+Green+Blue) = 164+60+15=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43C0F is #5BC3F0. Grayscale: #565656. Windows color (decimal): -6013937 or 998564. OLE color: 998564.

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

Color convert

RGB1646015-
CMYK00.630.910.36
HSL18.12º83.24%35.1%-
HSV(B)18.12º90.85%64.31%-
XYZ17.0111.161.71-
YUV85.9787.96183.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 68.62%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 15 (6.25% from 255) = 6.28%
R=68.62%
G=25.10%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164601500.630.910.3618.1283.2435.1
HexA43CF03F5B24125323
Octal2447417077133442212343
Binary10100100111100111101111111011011100100100101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43C0F; }

 p { color: rgb(164,60,15); }

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

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

 a { background-color: rgb(164,60,15); }

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

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

 span { border-color: rgb(164,60,15); }

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