#A8392D

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

Shades of Medium Carmine #A8392D

Tints of Medium Carmine #A8392D

Color information

#A8392D (or 0xA8392D) is unknown color: approx Medium Carmine. HEX triplet: A8, 39 and 2D. RGB value is (168,57,45). Sum of RGB (Red+Green+Blue) = 168+57+45=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A8392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8392D is #57C6D2. Grayscale: #585858. Windows color (decimal): -5752531 or 2963880. OLE color: 2963880.

HSL color Cylindrical-coordinate representation of color #A8392D: hue angle of 5.85º degrees, saturation: 0.58, 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 #A8392D is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1685745-
CMYK00.660.730.34
HSL5.85º57.75%41.76%-
HSV(B)5.85º73.21%65.88%-
XYZ18.0911.443.74-
YUV88.82103.27184.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.22%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=62.22%
G=21.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168574500.660.730.345.8557.7541.76
HexA8392D042492263a2a
Octal250715501021114267252
Binary10101000111001101101010000101001001100010110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8392D; }

 p { color: rgb(168,57,45); }

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

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

 a { background-color: rgb(168,57,45); }

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

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

 span { border-color: rgb(168,57,45); }

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