#A23801

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

Shades of Rust #A23801

Tints of Rust #A23801

Color information

#A23801 (or 0xA23801) is unknown color: approx Rust. HEX triplet: A2, 38 and 01. RGB value is (162,56,1). Sum of RGB (Red+Green+Blue) = 162+56+1=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A23801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23801 is #5DC7FE. Grayscale: #515151. Windows color (decimal): -6146047 or 80034. OLE color: 80034.

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

Color convert

RGB162561-
CMYK00.650.990.36
HSL20.5º98.77%31.96%-
HSV(B)20.5º99.38%63.53%-
XYZ16.3210.511.2-
YUV81.4282.62185.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.97%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=73.97%
G=25.57%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16256100.650.990.3620.598.7731.96
HexA23810416324146320
Octal2427010101143442414340
Binary101000101110001010000011100011100100101001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23801; }

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

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

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

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

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

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

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

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