Html Css Color HEX #A44036 Medium Carmine

📋 copy color: '#A44036'

red 164 ◦ green 64 ◦ blue 54

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

Shades of Medium Carmine #A44036

Tints of Medium Carmine #A44036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.15%

R = 58.16%
G = 22.7%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A44036 (or 0xA44036) is known color: Medium Carmine. HEX triplet: A4, 40 and 36. RGB value is (164,64,54). Sum of RGB (Red+Green+Blue) = 164+64+54=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A44036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44036 is #5BBFC9. Grayscale: #5C5C5C. Windows color (decimal): -6012874 or 3555492. OLE color: 3555492.

HSL color Cylindrical-coordinate representation of color #A44036: hue angle of 5.45º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A44036 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 54 -
CMYK 0 0.61 0.67 0.36
HSL 5.45º 0.5% 0.43% -
HSV(B) 5.45º 0.67% 0.64% -
XYZ 17.81 11.83 4.83 -
YUV 92.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 164 64 54 0 0.61 0.67 0.36 5.45 0.5 0.43
Hex A4 40 36 0 3D 43 24 5 32 2B
Octal 244 100 66 0 75 103 44 5 62 53
Binary 10100100 1000000 110110 0 111101 1000011 100100 101 110010 101011

Color Harmonies of #A44036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44036

Black with #A44036

Text Example


Text Example

White with #A44036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44036; }

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

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

background-color css

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

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

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

border-color css

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

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

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