#A1330E

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

Shades of Rust #A1330E

Tints of Rust #A1330E

Color information

#A1330E (or 0xA1330E) is unknown color: approx Rust. HEX triplet: A1, 33 and 0E. RGB value is (161,51,14). Sum of RGB (Red+Green+Blue) = 161+51+14=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A1330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1330E is #5ECCF1. Grayscale: #4F4F4F. Windows color (decimal): -6212850 or 930721. OLE color: 930721.

HSL color Cylindrical-coordinate representation of color #A1330E: hue angle of 15.1º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1330E is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1615114-
CMYK00.680.910.37
HSL15.1º84%34.31%-
HSV(B)15.1º91.3%63.14%-
XYZ15.969.981.5-
YUV79.6790.94186.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.24%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 14 (5.86% from 255) = 6.19%
R=71.24%
G=22.57%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161511400.680.910.3715.18434.31
HexA133E0445B25f5422
Octal24163160104133451712442
Binary10100001110011111001000100101101110010111111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1330E; }

 p { color: rgb(161,51,14); }

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

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

 a { background-color: rgb(161,51,14); }

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

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

 span { border-color: rgb(161,51,14); }

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