#A23C3F

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

Shades of Well Read #A23C3F

Tints of Well Read #A23C3F

Color information

#A23C3F (or 0xA23C3F) is unknown color: approx Well Read. HEX triplet: A2, 3C and 3F. RGB value is (162,60,63). Sum of RGB (Red+Green+Blue) = 162+60+63=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C3F is #5DC3C0. Grayscale: #5A5A5A. Windows color (decimal): -6144961 or 4144290. OLE color: 4144290.

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

Color convert

RGB1626063-
CMYK00.630.610.36
HSL358.24º45.95%43.53%-
HSV(B)358.24º62.96%63.53%-
XYZ17.4111.275.96-
YUV90.84112.29178.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 63 (25% from 255) = 22.11%
R=56.84%
G=21.05%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162606300.630.610.36358.2445.9543.53
HexA23C3F03F3D241662e2c
Octal242747707775445465654
Binary101000101111001111110111111111101100100101100110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C3F; }

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

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

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

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

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

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

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

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