Html Css Color HEX #A63A2C Medium Carmine

📋 copy color: '#A63A2C'

red 166 ◦ green 58 ◦ blue 44

#A63A2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #A63A2C

Tints of Medium Carmine #A63A2C

RGB

 RED value IS 166 (65.23% from 255) = 61.94%

 GREEN value IS 58 (23.05% from 255) = 21.64%

 BLUE value IS 44 (17.58% from 255) = 16.42%

R = 61.94%
G = 21.64%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A63A2C (or 0xA63A2C) is known color: Medium Carmine. HEX triplet: A6, 3A and 2C. RGB value is (166,58,44). Sum of RGB (Red+Green+Blue) = 166+58+44=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A2C is #59C5D3. Grayscale: #585858. Windows color (decimal): -5883348 or 2898598. OLE color: 2898598.

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

Color convert

RGB 166 58 44 -
CMYK 0 0.65 0.73 0.35
HSL 6.89º 0.58% 0.41% -
HSV(B) 6.89º 0.73% 0.65% -
XYZ 17.69 11.31 3.63 -
YUV 88.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 166 58 44 0 0.65 0.73 0.35 6.89 0.58 0.41
Hex A6 3A 2C 0 41 49 23 7 3A 29
Octal 246 72 54 0 101 111 43 7 72 51
Binary 10100110 111010 101100 0 1000001 1001001 100011 111 111010 101001

Color Harmonies of #A63A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A2C

Black with #A63A2C

Text Example


Text Example

White with #A63A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A2C; }

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

 H1.HeaderClassName
 {
   color: #A63A2C;
 }
 .AnyTagClassName
 {
   color: #A63A2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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