#A93D2E

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

Shades of Medium Carmine #A93D2E

Tints of Medium Carmine #A93D2E

Color information

#A93D2E (or 0xA93D2E) is unknown color: approx Medium Carmine. HEX triplet: A9, 3D and 2E. RGB value is (169,61,46). Sum of RGB (Red+Green+Blue) = 169+61+46=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93D2E is #56C2D1. Grayscale: #5B5B5B. Windows color (decimal): -5685970 or 3030441. OLE color: 3030441.

HSL color Cylindrical-coordinate representation of color #A93D2E: hue angle of 7.32º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A93D2E is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1696146-
CMYK00.640.730.34
HSL7.32º57.21%42.16%-
HSV(B)7.32º72.78%66.27%-
XYZ18.5211.973.92-
YUV91.58102.28183.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.23%
GREEN value IS 61 (24.22% from 255) = 22.10%
BLUE value IS 46 (18.36% from 255) = 16.67%
R=61.23%
G=22.10%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169614600.640.730.347.3257.2142.16
HexA93D2E04049227392a
Octal251755601001114277152
Binary10101001111101101110010000001001001100010111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D2E; }

 p { color: rgb(169,61,46); }

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

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

 a { background-color: rgb(169,61,46); }

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

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

 span { border-color: rgb(169,61,46); }

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