#A13C3E

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

Shades of Well Read #A13C3E

Tints of Well Read #A13C3E

Color information

#A13C3E (or 0xA13C3E) is unknown color: approx Well Read. HEX triplet: A1, 3C and 3E. RGB value is (161,60,62). Sum of RGB (Red+Green+Blue) = 161+60+62=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13C3E is #5EC3C1. Grayscale: #5A5A5A. Windows color (decimal): -6210498 or 4078753. OLE color: 4078753.

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

Color convert

RGB1616062-
CMYK00.630.610.37
HSL358.81º45.7%43.33%-
HSV(B)358.81º62.73%63.14%-
XYZ17.1811.165.81-
YUV90.43111.96178.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.89%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=56.89%
G=21.20%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161606200.630.610.37358.8145.743.33
HexA13C3E03F3D251672e2b
Octal241747607775455475653
Binary101000011111001111100111111111101100101101100111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13C3E; }

 p { color: rgb(161,60,62); }

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

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

 a { background-color: rgb(161,60,62); }

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

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

 span { border-color: rgb(161,60,62); }

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