#A83E3D

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

Shades of Medium Carmine #A83E3D

Tints of Medium Carmine #A83E3D

Color information

#A83E3D (or 0xA83E3D) is unknown color: approx Medium Carmine. HEX triplet: A8, 3E and 3D. RGB value is (168,62,61). Sum of RGB (Red+Green+Blue) = 168+62+61=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83E3D is #57C1C2. Grayscale: #5D5D5D. Windows color (decimal): -5751235 or 4013736. OLE color: 4013736.

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

Color convert

RGB1686261-
CMYK00.630.640.34
HSL0.56º46.72%44.9%-
HSV(B)0.56º63.69%65.88%-
XYZ18.7112.115.77-
YUV93.58109.62181.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.73%
GREEN value IS 62 (24.61% from 255) = 21.31%
BLUE value IS 61 (24.22% from 255) = 20.96%
R=57.73%
G=21.31%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168626100.630.640.340.5646.7244.9
HexA83E3D03F402212f2d
Octal25076750771004215755
Binary10101000111110111101011111110000001000101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83E3D; }

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

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

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

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

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

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

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

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