#A43F34

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

Shades of Medium Carmine #A43F34

Tints of Medium Carmine #A43F34

Color information

#A43F34 (or 0xA43F34) is unknown color: approx Medium Carmine. HEX triplet: A4, 3F and 34. RGB value is (164,63,52). Sum of RGB (Red+Green+Blue) = 164+63+52=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43F34 is #5BC0CB. Grayscale: #5C5C5C. Windows color (decimal): -6013132 or 3424164. OLE color: 3424164.

HSL color Cylindrical-coordinate representation of color #A43F34: hue angle of 5.89º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43F34 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB1646352-
CMYK00.620.680.36
HSL5.89º51.85%42.35%-
HSV(B)5.89º68.29%64.31%-
XYZ17.7111.74.57-
YUV91.94105.46179.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.78%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=58.78%
G=22.58%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164635200.620.680.365.8951.8542.35
HexA43F3403E44246342a
Octal24477640761044466452
Binary1010010011111111010001111101000100100100110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43F34; }

 p { color: rgb(164,63,52); }

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

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

 a { background-color: rgb(164,63,52); }

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

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

 span { border-color: rgb(164,63,52); }

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