#A32600

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

Shades of Rust #A32600

Tints of Rust #A32600

Color information

#A32600 (or 0xA32600) is unknown color: approx Rust. HEX triplet: A3, 26 and 00. RGB value is (163,38,0). Sum of RGB (Red+Green+Blue) = 163+38+0=201 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.09% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 163 - color contains mainly: red. Hex color #A32600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32600 is #5CD9FF. Grayscale: #474747. Windows color (decimal): -6085120 or 9891. OLE color: 9891.

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

Color convert

RGB163380-
CMYK00.7710.36
HSL13.99º100%31.96%-
HSV(B)13.99º100%63.92%-
XYZ15.89.170.94-
YUV71.0487.91193.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 81.09%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.09%
G=18.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16338000.7710.3613.9910031.96
HexA326004D6424e6420
Octal2434600115144441614440
Binary10100011100110001001101110010010010011101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32600; }

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

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

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

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

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

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

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

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