#A23204

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

Shades of Rust #A23204

Tints of Rust #A23204

Color information

#A23204 (or 0xA23204) is unknown color: approx Rust. HEX triplet: A2, 32 and 04. RGB value is (162,50,4). Sum of RGB (Red+Green+Blue) = 162+50+4=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A23204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23204 is #5DCDFB. Grayscale: #4E4E4E. Windows color (decimal): -6147580 or 275106. OLE color: 275106.

HSL color Cylindrical-coordinate representation of color #A23204: hue angle of 17.47º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A23204 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB162504-
CMYK00.690.980.36
HSL17.47º95.18%32.55%-
HSV(B)17.47º97.53%63.53%-
XYZ16.069.971.19-
YUV78.2486.11187.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 4 (1.95% from 255) = 1.85%
R=75%
G=23.15%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16250400.690.980.3617.4795.1832.55
HexA23240456224115f21
Octal2426240105142442113741
Binary10100010110010100010001011100010100100100011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23204; }

 p { color: rgb(162,50,4); }

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

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

 a { background-color: rgb(162,50,4); }

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

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

 span { border-color: rgb(162,50,4); }

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