Html Css Color HEX #A44032 Medium Carmine

📋 copy color: '#A44032'

red 164 ◦ green 64 ◦ blue 50

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

Shades of Medium Carmine #A44032

Tints of Medium Carmine #A44032

RGB

 RED value IS 164 (64.45% from 255) = 58.99%

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

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 58.99%
G = 23.02%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A44032 (or 0xA44032) is known color: Medium Carmine. HEX triplet: A4, 40 and 32. RGB value is (164,64,50). Sum of RGB (Red+Green+Blue) = 164+64+50=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A44032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44032 is #5BBFCD. Grayscale: #5C5C5C. Windows color (decimal): -6012878 or 3293348. OLE color: 3293348.

HSL color Cylindrical-coordinate representation of color #A44032: hue angle of 7.37º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A44032 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 50 -
CMYK 0 0.61 0.70 0.36
HSL 7.37º 0.53% 0.42% -
HSV(B) 7.37º 0.7% 0.64% -
XYZ 17.72 11.79 4.36 -
YUV 92.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 164 64 50 0 0.61 0.70 0.36 7.37 0.53 0.42
Hex A4 40 32 0 3D 46 24 7 35 2A
Octal 244 100 62 0 75 106 44 7 65 52
Binary 10100100 1000000 110010 0 111101 1000110 100100 111 110101 101010

Color Harmonies of #A44032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44032

Black with #A44032

Text Example


Text Example

White with #A44032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44032; }

 p { color: rgb(164,64,50); }

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

background-color css

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

 a { background-color: rgb(164,64,50); }

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

border-color css

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

 span { border-color: rgb(164,64,50); }

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