#A63A34

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

Shades of Medium Carmine #A63A34

Tints of Medium Carmine #A63A34

Color information

#A63A34 (or 0xA63A34) is unknown color: approx Medium Carmine. HEX triplet: A6, 3A and 34. RGB value is (166,58,52). Sum of RGB (Red+Green+Blue) = 166+58+52=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A34 is #59C5CB. Grayscale: #595959. Windows color (decimal): -5883340 or 3422886. OLE color: 3422886.

HSL color Cylindrical-coordinate representation of color #A63A34: hue angle of 3.16º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63A34 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1665852-
CMYK00.650.690.35
HSL3.16º52.29%42.75%-
HSV(B)3.16º68.67%65.1%-
XYZ17.8611.384.5-
YUV89.61106.78182.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=60.14%
G=21.01%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166585200.650.690.353.1652.2942.75
HexA63A3404145233342b
Octal246726401011054336453
Binary1010011011101011010001000001100010110001111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A34; }

 p { color: rgb(166,58,52); }

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

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

 a { background-color: rgb(166,58,52); }

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

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

 span { border-color: rgb(166,58,52); }

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