#A44B02

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

Shades of Rust #A44B02

Tints of Rust #A44B02

Color information

#A44B02 (or 0xA44B02) is unknown color: approx Rust. HEX triplet: A4, 4B and 02. RGB value is (164,75,2). Sum of RGB (Red+Green+Blue) = 164+75+2=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44B02 is #5BB4FD. Grayscale: #5D5D5D. Windows color (decimal): -6010110 or 150436. OLE color: 150436.

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

Color convert

RGB164752-
CMYK00.540.990.36
HSL27.04º97.59%32.55%-
HSV(B)27.04º98.78%64.31%-
XYZ17.8412.931.61-
YUV93.2976.49178.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 68.05%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=68.05%
G=31.12%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16475200.540.990.3627.0497.5932.55
HexA44B203663241b6221
Octal2441132066143443314241
Binary1010010010010111001101101100011100100110111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B02; }

 p { color: rgb(164,75,2); }

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

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

 a { background-color: rgb(164,75,2); }

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

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

 span { border-color: rgb(164,75,2); }

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