#a12c0c

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

Shades of Rust #A12C0C

Tints of Rust #A12C0C

Color information

#A12C0C (or 0xA12C0C) is unknown color: approx Rust. HEX triplet: A1, 2C and 0C. RGB value is (161,44,12). Sum of RGB (Red+Green+Blue) = 161+44+12=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12C0C is #5ED3F3. Grayscale: #4B4B4B. Windows color (decimal): -6214644 or 797857. OLE color: 797857.

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

Color convert

RGB1614412-
CMYK00.730.930.37
HSL12.89º86.13%33.92%-
HSV(B)12.89º92.55%63.14%-
XYZ15.669.41.34-
YUV75.3392.26189.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 74.19%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=74.19%
G=20.28%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161441200.730.930.3712.8986.1333.92
HexA12CC0495D25d5622
Octal24154140111135451512642
Binary10100001101100110001001001101110110010111011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a12c0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a12c0c; }

 p { color: rgb(161,44,12); }

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

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

 a { background-color: rgb(161,44,12); }

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

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

 span { border-color: rgb(161,44,12); }

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