#A43D01

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

Shades of Rust #A43D01

Tints of Rust #A43D01

Color information

#A43D01 (or 0xA43D01) is unknown color: approx Rust. HEX triplet: A4, 3D and 01. RGB value is (164,61,1). Sum of RGB (Red+Green+Blue) = 164+61+1=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43D01 is #5BC2FE. Grayscale: #555555. Windows color (decimal): -6013695 or 81316. OLE color: 81316.

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

Color convert

RGB164611-
CMYK00.630.990.36
HSL22.09º98.79%32.35%-
HSV(B)22.09º99.39%64.31%-
XYZ16.9811.231.3-
YUV84.9680.62184.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.57%
GREEN value IS 61 (24.22% from 255) = 26.99%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=72.57%
G=26.99%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16461100.630.990.3622.0998.7932.35
HexA43D103F6324166320
Octal244751077143442614340
Binary10100100111101101111111100011100100101101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D01; }

 p { color: rgb(164,61,1); }

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

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

 a { background-color: rgb(164,61,1); }

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

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

 span { border-color: rgb(164,61,1); }

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