#A7392C

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

Shades of Medium Carmine #A7392C

Tints of Medium Carmine #A7392C

Color information

#A7392C (or 0xA7392C) is unknown color: approx Medium Carmine. HEX triplet: A7, 39 and 2C. RGB value is (167,57,44). Sum of RGB (Red+Green+Blue) = 167+57+44=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A7392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7392C is #58C6D3. Grayscale: #585858. Windows color (decimal): -5818068 or 2898343. OLE color: 2898343.

HSL color Cylindrical-coordinate representation of color #A7392C: hue angle of 6.34º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7392C is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB1675744-
CMYK00.660.740.35
HSL6.34º58.29%41.37%-
HSV(B)6.34º73.65%65.49%-
XYZ17.8511.323.63-
YUV88.41102.94184.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.31%
GREEN value IS 57 (22.66% from 255) = 21.27%
BLUE value IS 44 (17.58% from 255) = 16.42%
R=62.31%
G=21.27%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167574400.660.740.356.3458.2941.37
HexA7392C0424A2363a29
Octal247715401021124367251
Binary10100111111001101100010000101001010100011110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7392C; }

 p { color: rgb(167,57,44); }

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

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

 a { background-color: rgb(167,57,44); }

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

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

 span { border-color: rgb(167,57,44); }

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