#A32C0B

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

Shades of Rust #A32C0B

Tints of Rust #A32C0B

Color information

#A32C0B (or 0xA32C0B) is unknown color: approx Rust. HEX triplet: A3, 2C and 0B. RGB value is (163,44,11). Sum of RGB (Red+Green+Blue) = 163+44+11=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32C0B is #5CD3F4. Grayscale: #4C4C4C. Windows color (decimal): -6083573 or 732323. OLE color: 732323.

HSL color Cylindrical-coordinate representation of color #A32C0B: hue angle of 13.03º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A32C0B is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1634411-
CMYK00.730.930.36
HSL13.03º87.36%34.12%-
HSV(B)13.03º93.25%63.92%-
XYZ16.079.611.33-
YUV75.8291.42190.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.77%
GREEN value IS 44 (17.58% from 255) = 20.18%
BLUE value IS 11 (4.69% from 255) = 5.05%
R=74.77%
G=20.18%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163441100.730.930.3613.0387.3634.12
HexA32CB0495D24d5722
Octal24354130111135441512742
Binary10100011101100101101001001101110110010011011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32C0B; }

 p { color: rgb(163,44,11); }

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

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

 a { background-color: rgb(163,44,11); }

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

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

 span { border-color: rgb(163,44,11); }

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