#A83C36

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

Shades of Medium Carmine #A83C36

Tints of Medium Carmine #A83C36

Color information

#A83C36 (or 0xA83C36) is unknown color: approx Medium Carmine. HEX triplet: A8, 3C and 36. RGB value is (168,60,54). Sum of RGB (Red+Green+Blue) = 168+60+54=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83C36 is #57C3C9. Grayscale: #5B5B5B. Windows color (decimal): -5751754 or 3554472. OLE color: 3554472.

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

Color convert

RGB1686054-
CMYK00.640.680.34
HSL3.16º51.35%43.53%-
HSV(B)3.16º67.86%65.88%-
XYZ18.4311.824.8-
YUV91.61106.78182.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.57%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 54 (21.48% from 255) = 19.15%
R=59.57%
G=21.28%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168605400.640.680.343.1651.3543.53
HexA83C3604044223332c
Octal250746601001044236354
Binary1010100011110011011001000000100010010001011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83C36; }

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

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

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

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

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

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

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

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