#A83F3C

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

Shades of Medium Carmine #A83F3C

Tints of Medium Carmine #A83F3C

Color information

#A83F3C (or 0xA83F3C) is unknown color: approx Medium Carmine. HEX triplet: A8, 3F and 3C. RGB value is (168,63,60). Sum of RGB (Red+Green+Blue) = 168+63+60=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83F3C is #57C0C3. Grayscale: #5E5E5E. Windows color (decimal): -5750980 or 3948456. OLE color: 3948456.

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

Color convert

RGB1686360-
CMYK00.630.640.34
HSL1.67º47.37%44.71%-
HSV(B)1.67º64.29%65.88%-
XYZ18.7412.215.64-
YUV94.05108.79180.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.73%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 60 (23.83% from 255) = 20.62%
R=57.73%
G=21.65%
B=20.62%

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
Decimal168636000.630.640.341.6747.3744.71
HexA83F3C03F402222f2d
Octal25077740771004225755
Binary101010001111111111000111111100000010001010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83F3C; }

 p { color: rgb(168,63,60); }

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

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

 a { background-color: rgb(168,63,60); }

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

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

 span { border-color: rgb(168,63,60); }

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