Html Css Color HEX #A6403B Medium Carmine

📋 copy color: '#A6403B'

red 166 ◦ green 64 ◦ blue 59

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

Shades of Medium Carmine #A6403B

Tints of Medium Carmine #A6403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

 BLUE value IS 59 (23.44% from 255) = 20.42%

R = 57.44%
G = 22.15%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6403B (or 0xA6403B) is known color: Medium Carmine. HEX triplet: A6, 40 and 3B. RGB value is (166,64,59). Sum of RGB (Red+Green+Blue) = 166+64+59=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A6403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6403B is #59BFC4. Grayscale: #5E5E5E. Windows color (decimal): -5881797 or 3883174. OLE color: 3883174.

HSL color Cylindrical-coordinate representation of color #A6403B: hue angle of 2.8º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6403B is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 64 59 -
CMYK 0 0.61 0.64 0.35
HSL 2.8º 0.48% 0.44% -
HSV(B) 2.8º 0.64% 0.65% -
XYZ 18.35 12.09 5.5 -
YUV 93.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 166 64 59 0 0.61 0.64 0.35 2.8 0.48 0.44
Hex A6 40 3B 0 3D 40 23 3 30 2C
Octal 246 100 73 0 75 100 43 3 60 54
Binary 10100110 1000000 111011 0 111101 1000000 100011 11 110000 101100

Color Harmonies of #A6403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6403B

Black with #A6403B

Text Example


Text Example

White with #A6403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6403B; }

 p { color: rgb(166,64,59); }

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

background-color css

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

 a { background-color: rgb(166,64,59); }

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

border-color css

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

 span { border-color: rgb(166,64,59); }

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