#A33100

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

Shades of Rust #A33100

Tints of Rust #A33100

Color information

#A33100 (or 0xA33100) is unknown color: approx Rust. HEX triplet: A3, 31 and 00. RGB value is (163,49,0). Sum of RGB (Red+Green+Blue) = 163+49+0=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A33100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33100 is #5CCEFF. Grayscale: #4D4D4D. Windows color (decimal): -6082304 or 12707. OLE color: 12707.

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

Color convert

RGB163490-
CMYK00.7010.36
HSL18.04º100%31.96%-
HSV(B)18.04º100%63.92%-
XYZ16.29.981.07-
YUV77.584.27188.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 76.89%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.89%
G=23.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16349000.7010.3618.0410031.96
HexA33100466424126420
Octal2436100106144442214440
Binary101000111100010010001101100100100100100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33100; }

 p { color: rgb(163,49,0); }

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

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

 a { background-color: rgb(163,49,0); }

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

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

 span { border-color: rgb(163,49,0); }

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