#A23712

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

Shades of Rust #A23712

Tints of Rust #A23712

Color information

#A23712 (or 0xA23712) is unknown color: approx Rust. HEX triplet: A2, 37 and 12. RGB value is (162,55,18). Sum of RGB (Red+Green+Blue) = 162+55+18=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A23712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23712 is #5DC8ED. Grayscale: #535353. Windows color (decimal): -6146286 or 1193890. OLE color: 1193890.

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

Color convert

RGB1625518-
CMYK00.660.890.36
HSL15.42º80%35.29%-
HSV(B)15.42º88.89%63.53%-
XYZ16.3810.461.73-
YUV82.7891.45184.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.94%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=68.94%
G=23.40%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162551800.660.890.3615.428035.29
HexA237120425924f5023
Octal24267220102131441712043
Binary101000101101111001001000010101100110010011111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23712; }

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

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

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

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

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

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

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

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