#A33211

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

Shades of Rust #A33211

Tints of Rust #A33211

Color information

#A33211 (or 0xA33211) is unknown color: approx Rust. HEX triplet: A3, 32 and 11. RGB value is (163,50,17). Sum of RGB (Red+Green+Blue) = 163+50+17=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A33211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33211 is #5CCDEE. Grayscale: #505050. Windows color (decimal): -6082031 or 1127075. OLE color: 1127075.

HSL color Cylindrical-coordinate representation of color #A33211: hue angle of 13.56º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A33211 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1635017-
CMYK00.690.900.36
HSL13.56º81.11%35.29%-
HSV(B)13.56º89.57%63.92%-
XYZ16.3510.111.62-
YUV80.0292.44187.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.87%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 17 (7.03% from 255) = 7.39%
R=70.87%
G=21.74%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163501700.690.900.3613.5681.1135.29
HexA332110455A24e5123
Octal24362210105132441612143
Binary101000111100101000101000101101101010010011101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33211; }

 p { color: rgb(163,50,17); }

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

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

 a { background-color: rgb(163,50,17); }

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

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

 span { border-color: rgb(163,50,17); }

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