#A03412

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

Shades of Rust #A03412

Tints of Rust #A03412

Color information

#A03412 (or 0xA03412) is unknown color: approx Rust. HEX triplet: A0, 34 and 12. RGB value is (160,52,18). Sum of RGB (Red+Green+Blue) = 160+52+18=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A03412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03412 is #5FCBED. Grayscale: #505050. Windows color (decimal): -6278126 or 1193120. OLE color: 1193120.

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

Color convert

RGB1605218-
CMYK00.680.890.37
HSL14.37º79.78%34.9%-
HSV(B)14.37º88.75%62.75%-
XYZ15.839.971.66-
YUV80.4292.78184.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.57%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 18 (7.42% from 255) = 7.83%
R=69.57%
G=22.61%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160521800.680.890.3714.3779.7834.9
HexA034120445925e5023
Octal24064220104131451612043
Binary101000001101001001001000100101100110010111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03412; }

 p { color: rgb(160,52,18); }

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

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

 a { background-color: rgb(160,52,18); }

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

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

 span { border-color: rgb(160,52,18); }

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