#A33A40

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

Shades of Well Read #A33A40

Tints of Well Read #A33A40

Color information

#A33A40 (or 0xA33A40) is unknown color: approx Well Read. HEX triplet: A3, 3A and 40. RGB value is (163,58,64). Sum of RGB (Red+Green+Blue) = 163+58+64=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33A40 is #5CC5BF. Grayscale: #5A5A5A. Windows color (decimal): -6079936 or 4209315. OLE color: 4209315.

HSL color Cylindrical-coordinate representation of color #A33A40: 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.64%. Process color model (Four color, CMYK) of #A33A40 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1635864-
CMYK00.640.610.36
HSL356.57º47.51%43.33%-
HSV(B)356.57º64.42%63.92%-
XYZ17.5411.186.08-
YUV90.08113.29180.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.19%
GREEN value IS 58 (23.05% from 255) = 20.35%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=57.19%
G=20.35%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163586400.640.610.36356.5747.5143.33
HexA33A400403D24165302b
Octal24372100010075445456053
Binary10100011111010100000001000000111101100100101100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A40; }

 p { color: rgb(163,58,64); }

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

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

 a { background-color: rgb(163,58,64); }

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

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

 span { border-color: rgb(163,58,64); }

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