#A23812

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

Shades of Rust #A23812

Tints of Rust #A23812

Color information

#A23812 (or 0xA23812) is unknown color: approx Rust. HEX triplet: A2, 38 and 12. RGB value is (162,56,18). Sum of RGB (Red+Green+Blue) = 162+56+18=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A23812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23812 is #5DC7ED. Grayscale: #535353. Windows color (decimal): -6146030 or 1194146. OLE color: 1194146.

HSL color Cylindrical-coordinate representation of color #A23812: hue angle of 15.83º 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 #A23812 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB1625618-
CMYK00.650.890.36
HSL15.83º80%35.29%-
HSV(B)15.83º88.89%63.53%-
XYZ16.4210.551.74-
YUV83.3691.12184.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.64%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 18 (7.42% from 255) = 7.63%
R=68.64%
G=23.73%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162561800.650.890.3615.838035.29
HexA238120415924105023
Octal24270220101131442012043
Binary1010001011100010010010000011011001100100100001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23812; }

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

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

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

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

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

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

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

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