#A23201

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

Shades of Rust #A23201

Tints of Rust #A23201

Color information

#A23201 (or 0xA23201) is unknown color: approx Rust. HEX triplet: A2, 32 and 01. RGB value is (162,50,1). Sum of RGB (Red+Green+Blue) = 162+50+1=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A23201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23201 is #5DCDFE. Grayscale: #4E4E4E. Windows color (decimal): -6147583 or 78498. OLE color: 78498.

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

Color convert

RGB162501-
CMYK00.690.990.36
HSL18.26º98.77%31.96%-
HSV(B)18.26º99.38%63.53%-
XYZ16.059.961.11-
YUV77.984.61187.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.06%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=76.06%
G=23.47%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16250100.690.990.3618.2698.7731.96
HexA23210456324126320
Octal2426210105143442214340
Binary101000101100101010001011100011100100100101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23201; }

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

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

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

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

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

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

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

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