#A33200

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

Shades of Rust #A33200

Tints of Rust #A33200

Color information

#A33200 (or 0xA33200) is unknown color: approx Rust. HEX triplet: A3, 32 and 00. RGB value is (163,50,0). Sum of RGB (Red+Green+Blue) = 163+50+0=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A33200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33200 is #5CCDFF. Grayscale: #4E4E4E. Windows color (decimal): -6082048 or 12963. OLE color: 12963.

HSL color Cylindrical-coordinate representation of color #A33200: hue angle of 18.4º 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 #A33200 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB163500-
CMYK00.6910.36
HSL18.4º100%31.96%-
HSV(B)18.4º100%63.92%-
XYZ16.2410.071.09-
YUV78.0983.94188.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 76.53%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.53%
G=23.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16350000.6910.3618.410031.96
HexA33200456424126420
Octal2436200105144442214440
Binary101000111100100010001011100100100100100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33200; }

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

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

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

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

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

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

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

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