#A63E35

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

Shades of Medium Carmine #A63E35

Tints of Medium Carmine #A63E35

Color information

#A63E35 (or 0xA63E35) is unknown color: approx Medium Carmine. HEX triplet: A6, 3E and 35. RGB value is (166,62,53). Sum of RGB (Red+Green+Blue) = 166+62+53=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63E35 is #59C1CA. Grayscale: #5C5C5C. Windows color (decimal): -5882315 or 3489446. OLE color: 3489446.

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

Color convert

RGB1666253-
CMYK00.630.680.35
HSL4.78º51.6%42.94%-
HSV(B)4.78º68.07%65.1%-
XYZ18.0911.814.69-
YUV92.07105.96180.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.07%
GREEN value IS 62 (24.61% from 255) = 22.06%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=59.07%
G=22.06%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166625300.630.680.354.7851.642.94
HexA63E3503F44235342b
Octal24676650771044356453
Binary1010011011111011010101111111000100100011101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E35; }

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

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

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

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

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

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

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

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