#A03940

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

Shades of Well Read #A03940

Tints of Well Read #A03940

Color information

#A03940 (or 0xA03940) is unknown color: approx Well Read. HEX triplet: A0, 39 and 40. RGB value is (160,57,64). Sum of RGB (Red+Green+Blue) = 160+57+64=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A03940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03940 is #5FC6BF. Grayscale: #585858. Windows color (decimal): -6276800 or 4209056. OLE color: 4209056.

HSL color Cylindrical-coordinate representation of color #A03940: hue angle of 355.92º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03940 is Cyan = 0, Magento = 0.64, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB1605764-
CMYK00.640.60.37
HSL355.92º47.47%42.55%-
HSV(B)355.92º64.38%62.75%-
XYZ16.8910.776.04-
YUV88.6114.12178.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.94%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=56.94%
G=20.28%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160576400.640.60.37355.9247.4742.55
HexA039400403C251642f2b
Octal24071100010074455445753
Binary10100000111001100000001000000111100100101101100100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03940; }

 p { color: rgb(160,57,64); }

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

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

 a { background-color: rgb(160,57,64); }

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

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

 span { border-color: rgb(160,57,64); }

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