#A63C35

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

Shades of Medium Carmine #A63C35

Tints of Medium Carmine #A63C35

Color information

#A63C35 (or 0xA63C35) is unknown color: approx Medium Carmine. HEX triplet: A6, 3C and 35. RGB value is (166,60,53). Sum of RGB (Red+Green+Blue) = 166+60+53=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63C35 is #59C3CA. Grayscale: #5B5B5B. Windows color (decimal): -5882827 or 3488934. OLE color: 3488934.

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

Color convert

RGB1666053-
CMYK00.640.680.35
HSL3.72º51.6%42.94%-
HSV(B)3.72º68.07%65.1%-
XYZ17.9811.64.66-
YUV90.9106.62181.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.50%
GREEN value IS 60 (23.83% from 255) = 21.51%
BLUE value IS 53 (21.09% from 255) = 19.00%
R=59.50%
G=21.51%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166605300.640.680.353.7251.642.94
HexA63C3504044234342b
Octal246746501001044346453
Binary10100110111100110101010000001000100100011100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63C35; }

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

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

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

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

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

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

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

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