#A83E2E

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

Shades of Medium Carmine #A83E2E

Tints of Medium Carmine #A83E2E

Color information

#A83E2E (or 0xA83E2E) is unknown color: approx Medium Carmine. HEX triplet: A8, 3E and 2E. RGB value is (168,62,46). Sum of RGB (Red+Green+Blue) = 168+62+46=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83E2E is #57C1D1. Grayscale: #5C5C5C. Windows color (decimal): -5751250 or 3030696. OLE color: 3030696.

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

Color convert

RGB1686246-
CMYK00.630.730.34
HSL7.87º57.01%41.96%-
HSV(B)7.87º72.62%65.88%-
XYZ18.3611.973.93-
YUV91.87102.12182.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.87%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 46 (18.36% from 255) = 16.67%
R=60.87%
G=22.46%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168624600.630.730.347.8757.0141.96
HexA83E2E03F49228392a
Octal250765607711142107152
Binary10101000111110101110011111110010011000101000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83E2E; }

 p { color: rgb(168,62,46); }

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

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

 a { background-color: rgb(168,62,46); }

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

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

 span { border-color: rgb(168,62,46); }

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