#A03941

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

Shades of Well Read #A03941

Tints of Well Read #A03941

Color information

#A03941 (or 0xA03941) is unknown color: approx Well Read. HEX triplet: A0, 39 and 41. RGB value is (160,57,65). Sum of RGB (Red+Green+Blue) = 160+57+65=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A03941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03941 is #5FC6BE. Grayscale: #585858. Windows color (decimal): -6276799 or 4274592. OLE color: 4274592.

HSL color Cylindrical-coordinate representation of color #A03941: hue angle of 355.34º 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 #A03941 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB1605765-
CMYK00.640.590.37
HSL355.34º47.47%42.55%-
HSV(B)355.34º64.38%62.75%-
XYZ16.9110.786.19-
YUV88.71114.62178.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.74%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 65 (25.78% from 255) = 23.05%
R=56.74%
G=20.21%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160576500.640.590.37355.3447.4742.55
HexA039410403B251632f2b
Octal24071101010073455435753
Binary10100000111001100000101000000111011100101101100011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03941; }

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

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

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

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

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

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

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

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