Html Css Color HEX #A63D2E Medium Carmine

📋 copy color: '#A63D2E'

red 166 ◦ green 61 ◦ blue 46

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

Shades of Medium Carmine #A63D2E

Tints of Medium Carmine #A63D2E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.34%

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 60.81%
G = 22.34%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A63D2E (or 0xA63D2E) is known color: Medium Carmine. HEX triplet: A6, 3D and 2E. RGB value is (166,61,46). Sum of RGB (Red+Green+Blue) = 166+61+46=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D2E is #59C2D1. Grayscale: #5A5A5A. Windows color (decimal): -5882578 or 3030438. OLE color: 3030438.

HSL color Cylindrical-coordinate representation of color #A63D2E: hue angle of 7.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A63D2E is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 61 46 -
CMYK 0 0.63 0.72 0.35
HSL 7.5º 0.57% 0.42% -
HSV(B) 7.5º 0.72% 0.65% -
XYZ 17.89 11.64 3.89 -
YUV 90.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 166 61 46 0 0.63 0.72 0.35 7.5 0.57 0.42
Hex A6 3D 2E 0 3F 48 23 8 39 2A
Octal 246 75 56 0 77 110 43 10 71 52
Binary 10100110 111101 101110 0 111111 1001000 100011 1000 111001 101010

Color Harmonies of #A63D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D2E

Black with #A63D2E

Text Example


Text Example

White with #A63D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D2E; }

 p { color: rgb(166,61,46); }

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

background-color css

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

 a { background-color: rgb(166,61,46); }

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

border-color css

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

 span { border-color: rgb(166,61,46); }

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