#A4400B

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

Shades of Rust #A4400B

Tints of Rust #A4400B

Color information

#A4400B (or 0xA4400B) is unknown color: approx Rust. HEX triplet: A4, 40 and 0B. RGB value is (164,64,11). Sum of RGB (Red+Green+Blue) = 164+64+11=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A4400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4400B is #5BBFF4. Grayscale: #585858. Windows color (decimal): -6012917 or 737444. OLE color: 737444.

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

Color convert

RGB1646411-
CMYK00.610.930.36
HSL20.78º87.43%34.31%-
HSV(B)20.78º93.29%64.31%-
XYZ17.211.581.65-
YUV87.8684.63182.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 68.62%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 11 (4.69% from 255) = 4.60%
R=68.62%
G=26.78%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164641100.610.930.3620.7887.4334.31
HexA440B03D5D24155722
Octal24410013075135442512742
Binary101001001000000101101111011011101100100101011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4400B; }

 p { color: rgb(164,64,11); }

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

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

 a { background-color: rgb(164,64,11); }

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

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

 span { border-color: rgb(164,64,11); }

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