Html Css Color HEX #A63A2B Medium Carmine

📋 copy color: '#A63A2B'

red 166 ◦ green 58 ◦ blue 43

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

Shades of Medium Carmine #A63A2B

Tints of Medium Carmine #A63A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 62.17%
G = 21.72%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A63A2B (or 0xA63A2B) is known color: Medium Carmine. HEX triplet: A6, 3A and 2B. RGB value is (166,58,43). Sum of RGB (Red+Green+Blue) = 166+58+43=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A2B is #59C5D4. Grayscale: #585858. Windows color (decimal): -5883349 or 2833062. OLE color: 2833062.

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

Color convert

RGB 166 58 43 -
CMYK 0 0.65 0.74 0.35
HSL 7.32º 0.59% 0.41% -
HSV(B) 7.32º 0.74% 0.65% -
XYZ 17.67 11.31 3.54 -
YUV 88.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 166 58 43 0 0.65 0.74 0.35 7.32 0.59 0.41
Hex A6 3A 2B 0 41 4A 23 7 3B 29
Octal 246 72 53 0 101 112 43 7 73 51
Binary 10100110 111010 101011 0 1000001 1001010 100011 111 111011 101001

Color Harmonies of #A63A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A2B

Black with #A63A2B

Text Example


Text Example

White with #A63A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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