#A23700

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

Shades of Rust #A23700

Tints of Rust #A23700

Color information

#A23700 (or 0xA23700) is unknown color: approx Rust. HEX triplet: A2, 37 and 00. RGB value is (162,55,0). Sum of RGB (Red+Green+Blue) = 162+55+0=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A23700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23700 is #5DC8FF. Grayscale: #515151. Windows color (decimal): -6146304 or 14242. OLE color: 14242.

HSL color Cylindrical-coordinate representation of color #A23700: hue angle of 20.37º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A23700 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB162550-
CMYK00.6610.36
HSL20.37º100%31.76%-
HSV(B)20.37º100%63.53%-
XYZ16.2710.411.15-
YUV80.7282.45185.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 74.65%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.65%
G=25.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16255000.6610.3620.3710031.76
HexA23700426424146420
Octal2426700102144442414440
Binary101000101101110010000101100100100100101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23700; }

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

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

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

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

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

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

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

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