#A2393F

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

Shades of Well Read #A2393F

Tints of Well Read #A2393F

Color information

#A2393F (or 0xA2393F) is unknown color: approx Well Read. HEX triplet: A2, 39 and 3F. RGB value is (162,57,63). Sum of RGB (Red+Green+Blue) = 162+57+63=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A2393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2393F is #5DC6C0. Grayscale: #595959. Windows color (decimal): -6145729 or 4143522. OLE color: 4143522.

HSL color Cylindrical-coordinate representation of color #A2393F: hue angle of 356.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2393F is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1625763-
CMYK00.650.610.36
HSL356.57º47.95%42.94%-
HSV(B)356.57º64.81%63.53%-
XYZ17.2610.975.91-
YUV89.08113.29180.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 63 (25% from 255) = 22.34%
R=57.45%
G=20.21%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162576300.650.610.36356.5747.9542.94
HexA2393F0413D24165302b
Octal2427177010175445456053
Binary1010001011100111111101000001111101100100101100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2393F; }

 p { color: rgb(162,57,63); }

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

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

 a { background-color: rgb(162,57,63); }

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

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

 span { border-color: rgb(162,57,63); }

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