#A12E0D

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

Shades of Rust #A12E0D

Tints of Rust #A12E0D

Color information

#A12E0D (or 0xA12E0D) is unknown color: approx Rust. HEX triplet: A1, 2E and 0D. RGB value is (161,46,13). Sum of RGB (Red+Green+Blue) = 161+46+13=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12E0D is #5ED1F2. Grayscale: #4C4C4C. Windows color (decimal): -6214131 or 863905. OLE color: 863905.

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

Color convert

RGB1614613-
CMYK00.710.920.37
HSL13.38º85.06%34.12%-
HSV(B)13.38º91.93%63.14%-
XYZ15.759.561.4-
YUV76.6292.1188.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.18%
GREEN value IS 46 (18.36% from 255) = 20.91%
BLUE value IS 13 (5.47% from 255) = 5.91%
R=73.18%
G=20.91%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161461300.710.920.3713.3885.0634.12
HexA12ED0475C25d5522
Octal24156150107134451512542
Binary10100001101110110101000111101110010010111011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E0D; }

 p { color: rgb(161,46,13); }

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

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

 a { background-color: rgb(161,46,13); }

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

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

 span { border-color: rgb(161,46,13); }

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