#A23304

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

Shades of Rust #A23304

Tints of Rust #A23304

Color information

#A23304 (or 0xA23304) is unknown color: approx Rust. HEX triplet: A2, 33 and 04. RGB value is (162,51,4). Sum of RGB (Red+Green+Blue) = 162+51+4=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A23304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23304 is #5DCCFB. Grayscale: #4F4F4F. Windows color (decimal): -6147324 or 275362. OLE color: 275362.

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

Color convert

RGB162514-
CMYK00.690.980.36
HSL17.85º95.18%32.55%-
HSV(B)17.85º97.53%63.53%-
XYZ16.1110.061.21-
YUV78.8385.77187.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 74.65%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 4 (1.95% from 255) = 1.84%
R=74.65%
G=23.50%
B=1.84%

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
Decimal16251400.690.980.3617.8595.1832.55
HexA23340456224125f21
Octal2426340105142442213741
Binary10100010110011100010001011100010100100100101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23304; }

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

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

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

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

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

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

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

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