#A23412

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

Shades of Rust #A23412

Tints of Rust #A23412

Color information

#A23412 (or 0xA23412) is unknown color: approx Rust. HEX triplet: A2, 34 and 12. RGB value is (162,52,18). Sum of RGB (Red+Green+Blue) = 162+52+18=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A23412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23412 is #5DCBED. Grayscale: #515151. Windows color (decimal): -6147054 or 1193122. OLE color: 1193122.

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

Color convert

RGB1625218-
CMYK00.680.890.36
HSL14.17º80%35.29%-
HSV(B)14.17º88.89%63.53%-
XYZ16.2410.181.68-
YUV81.0192.44185.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.83%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=69.83%
G=22.41%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162521800.680.890.3614.178035.29
HexA234120445924e5023
Octal24264220104131441612043
Binary101000101101001001001000100101100110010011101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23412; }

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

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

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

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

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

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

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

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