#A32800

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

Shades of Rust #A32800

Tints of Rust #A32800

Color information

#A32800 (or 0xA32800) is unknown color: approx Rust. HEX triplet: A3, 28 and 00. RGB value is (163,40,0). Sum of RGB (Red+Green+Blue) = 163+40+0=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A32800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32800 is #5CD7FF. Grayscale: #484848. Windows color (decimal): -6084608 or 10403. OLE color: 10403.

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

Color convert

RGB163400-
CMYK00.7510.36
HSL14.72º100%31.96%-
HSV(B)14.72º100%63.92%-
XYZ15.869.30.96-
YUV72.2287.25192.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 80.30%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.30%
G=19.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16340000.7510.3614.7210031.96
HexA328004B6424f6420
Octal2435000113144441714440
Binary10100011101000001001011110010010010011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32800; }

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

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

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

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

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

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

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

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