#A32400

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

Shades of Rust #A32400

Tints of Rust #A32400

Color information

#A32400 (or 0xA32400) is unknown color: approx Rust. HEX triplet: A3, 24 and 00. RGB value is (163,36,0). Sum of RGB (Red+Green+Blue) = 163+36+0=199 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.91% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 163 - color contains mainly: red. Hex color #A32400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32400 is #5CDBFF. Grayscale: #464646. Windows color (decimal): -6085632 or 9379. OLE color: 9379.

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

Color convert

RGB163360-
CMYK00.7810.36
HSL13.25º100%31.96%-
HSV(B)13.25º100%63.92%-
XYZ15.749.050.92-
YUV69.8788.58194.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 81.91%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.91%
G=18.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16336000.7810.3613.2510031.96
HexA324004E6424d6420
Octal2434400116144441514440
Binary10100011100100001001110110010010010011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32400; }

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

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

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

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

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

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

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

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