#A83A2D

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

Shades of Medium Carmine #A83A2D

Tints of Medium Carmine #A83A2D

Color information

#A83A2D (or 0xA83A2D) is unknown color: approx Medium Carmine. HEX triplet: A8, 3A and 2D. RGB value is (168,58,45). Sum of RGB (Red+Green+Blue) = 168+58+45=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83A2D is #57C5D2. Grayscale: #595959. Windows color (decimal): -5752275 or 2964136. OLE color: 2964136.

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

Color convert

RGB1685845-
CMYK00.650.730.34
HSL6.34º57.75%41.76%-
HSV(B)6.34º73.21%65.88%-
XYZ18.1411.543.75-
YUV89.41102.94184.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.99%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=61.99%
G=21.40%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168584500.650.730.346.3457.7541.76
HexA83A2D041492263a2a
Octal250725501011114267252
Binary10101000111010101101010000011001001100010110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83A2D; }

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

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

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

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

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

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

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

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