#a83e2c

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

Shades of Medium Carmine #A83E2C

Tints of Medium Carmine #A83E2C

Color information

#A83E2C (or 0xA83E2C) is unknown color: approx Medium Carmine. HEX triplet: A8, 3E and 2C. RGB value is (168,62,44). Sum of RGB (Red+Green+Blue) = 168+62+44=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83E2C is #57C1D3. Grayscale: #5B5B5B. Windows color (decimal): -5751252 or 2899624. OLE color: 2899624.

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

Color convert

RGB1686244-
CMYK00.630.740.34
HSL8.71º58.49%41.57%-
HSV(B)8.71º73.81%65.88%-
XYZ18.3311.953.72-
YUV91.64101.12182.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.31%
GREEN value IS 62 (24.61% from 255) = 22.63%
BLUE value IS 44 (17.58% from 255) = 16.06%
R=61.31%
G=22.63%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168624400.630.740.348.7158.4941.57
HexA83E2C03F4A2293a2a
Octal250765407711242117252
Binary10101000111110101100011111110010101000101001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a83e2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a83e2c; }

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

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

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

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

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

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

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

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