#A23705

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

Shades of Rust #A23705

Tints of Rust #A23705

Color information

#A23705 (or 0xA23705) is unknown color: approx Rust. HEX triplet: A2, 37 and 05. RGB value is (162,55,5). Sum of RGB (Red+Green+Blue) = 162+55+5=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A23705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23705 is #5DC8FA. Grayscale: #515151. Windows color (decimal): -6146299 or 341922. OLE color: 341922.

HSL color Cylindrical-coordinate representation of color #A23705: hue angle of 19.11º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A23705 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB162555-
CMYK00.660.970.36
HSL19.11º94.01%32.75%-
HSV(B)19.11º96.91%63.53%-
XYZ16.2910.421.3-
YUV81.2984.95185.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.97%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 5 (2.34% from 255) = 2.25%
R=72.97%
G=24.77%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16255500.660.970.3619.1194.0132.75
HexA23750426124135e21
Octal2426750102141442313641
Binary10100010110111101010000101100001100100100111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23705; }

 p { color: rgb(162,55,5); }

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

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

 a { background-color: rgb(162,55,5); }

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

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

 span { border-color: rgb(162,55,5); }

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