#A93E2A

Color #A93E2A Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #A93E2A

Tints of Medium Carmine #A93E2A

Color information

#A93E2A (or 0xA93E2A) is unknown color: approx Medium Carmine. HEX triplet: A9, 3E and 2A. RGB value is (169,62,42). Sum of RGB (Red+Green+Blue) = 169+62+42=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93E2A is #56C1D5. Grayscale: #5B5B5B. Windows color (decimal): -5685718 or 2768553. OLE color: 2768553.

HSL color Cylindrical-coordinate representation of color #A93E2A: hue angle of 9.45º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A93E2A is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB1696242-
CMYK00.630.750.34
HSL9.45º60.19%41.37%-
HSV(B)9.45º75.15%66.27%-
XYZ18.512.053.54-
YUV91.7199.95183.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.90%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 42 (16.80% from 255) = 15.38%
R=61.90%
G=22.71%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169624200.630.750.349.4560.1941.37
HexA93E2A03F4B2293c29
Octal251765207711342117451
Binary10101001111110101010011111110010111000101001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93E2A; }

 p { color: rgb(169,62,42); }

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

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

 a { background-color: rgb(169,62,42); }

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

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

 span { border-color: rgb(169,62,42); }

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