#A23900

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

Shades of Rust #A23900

Tints of Rust #A23900

Color information

#A23900 (or 0xA23900) is unknown color: approx Rust. HEX triplet: A2, 39 and 00. RGB value is (162,57,0). Sum of RGB (Red+Green+Blue) = 162+57+0=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A23900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23900 is #5DC6FF. Grayscale: #525252. Windows color (decimal): -6145792 or 14754. OLE color: 14754.

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

Color convert

RGB162570-
CMYK00.6510.36
HSL21.11º100%31.76%-
HSV(B)21.11º100%63.53%-
XYZ16.3610.611.19-
YUV81.981.79185.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.97%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.97%
G=26.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16257000.6510.3621.1110031.76
HexA23900416424156420
Octal2427100101144442514440
Binary101000101110010010000011100100100100101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23900; }

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

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

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

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

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

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

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

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