#A23004

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

Shades of Rust #A23004

Tints of Rust #A23004

Color information

#A23004 (or 0xA23004) is unknown color: approx Rust. HEX triplet: A2, 30 and 04. RGB value is (162,48,4). Sum of RGB (Red+Green+Blue) = 162+48+4=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A23004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23004 is #5DCFFB. Grayscale: #4D4D4D. Windows color (decimal): -6148092 or 274594. OLE color: 274594.

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

Color convert

RGB162484-
CMYK00.700.980.36
HSL16.71º95.18%32.55%-
HSV(B)16.71º97.53%63.53%-
XYZ15.989.81.17-
YUV77.0786.77188.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.70%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 4 (1.95% from 255) = 1.87%
R=75.70%
G=22.43%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16248400.700.980.3616.7195.1832.55
HexA23040466224115f21
Octal2426040106142442113741
Binary10100010110000100010001101100010100100100011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23004; }

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

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

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

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

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

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

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

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