#A23400

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

Shades of Rust #A23400

Tints of Rust #A23400

Color information

#A23400 (or 0xA23400) is unknown color: approx Rust. HEX triplet: A2, 34 and 00. RGB value is (162,52,0). Sum of RGB (Red+Green+Blue) = 162+52+0=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A23400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23400 is #5DCBFF. Grayscale: #4F4F4F. Windows color (decimal): -6147072 or 13474. OLE color: 13474.

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

Color convert

RGB162520-
CMYK00.6810.36
HSL19.26º100%31.76%-
HSV(B)19.26º100%63.53%-
XYZ16.1310.141.11-
YUV78.9683.44187.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.70%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.70%
G=24.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16252000.6810.3619.2610031.76
HexA23400446424136420
Octal2426400104144442314440
Binary101000101101000010001001100100100100100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23400; }

 p { color: rgb(162,52,0); }

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

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

 a { background-color: rgb(162,52,0); }

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

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

 span { border-color: rgb(162,52,0); }

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