#A63E34

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

Shades of Medium Carmine #A63E34

Tints of Medium Carmine #A63E34

Color information

#A63E34 (or 0xA63E34) is unknown color: approx Medium Carmine. HEX triplet: A6, 3E and 34. RGB value is (166,62,52). Sum of RGB (Red+Green+Blue) = 166+62+52=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63E34 is #59C1CB. Grayscale: #5C5C5C. Windows color (decimal): -5882316 or 3423910. OLE color: 3423910.

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

Color convert

RGB1666252-
CMYK00.630.690.35
HSL5.26º52.29%42.75%-
HSV(B)5.26º68.67%65.1%-
XYZ18.0711.84.57-
YUV91.96105.46180.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.29%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 52 (20.70% from 255) = 18.57%
R=59.29%
G=22.14%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166625200.630.690.355.2652.2942.75
HexA63E3403F45235342b
Octal24676640771054356453
Binary1010011011111011010001111111000101100011101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E34; }

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

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

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

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

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

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

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

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