#A63F35

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

Shades of Medium Carmine #A63F35

Tints of Medium Carmine #A63F35

Color information

#A63F35 (or 0xA63F35) is unknown color: approx Medium Carmine. HEX triplet: A6, 3F and 35. RGB value is (166,63,53). Sum of RGB (Red+Green+Blue) = 166+63+53=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63F35 is #59C0CA. Grayscale: #5C5C5C. Windows color (decimal): -5882059 or 3489702. OLE color: 3489702.

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

Color convert

RGB1666353-
CMYK00.620.680.35
HSL5.31º51.6%42.94%-
HSV(B)5.31º68.07%65.1%-
XYZ18.1511.924.71-
YUV92.66105.62180.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.87%
GREEN value IS 63 (25% from 255) = 22.34%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=58.87%
G=22.34%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166635300.620.680.355.3151.642.94
HexA63F3503E44235342b
Octal24677650761044356453
Binary1010011011111111010101111101000100100011101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63F35; }

 p { color: rgb(166,63,53); }

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

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

 a { background-color: rgb(166,63,53); }

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

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

 span { border-color: rgb(166,63,53); }

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